authclient\OAuth1 composeSignatureKey()

composeSignatureKey() protected method Composes request signature key. protected string composeSignatureKey ( )return string Signature key.

gii\console\GenerateController $uniqueID

$uniqueID public read-only property public void getUniqueID ( )

gii\console\GenerateController __set()

__set() public method Sets the value of a component property. This method will check in the following order and act accordingly: a property defined by a setter: set the property value an event in the format of "on xyz": attach the handler to the event "xyz" a behavior in the format of "as xyz": attach the behavior named as "xyz" a property of a behavior: set the behavior property value Do not call this method directly as it is a PHP magic method that will be implicitly called when executing

debug\Panel getName()

getName() public method public string getName ( )return string Name of the panel

debug\panels\ProfilingPanel save()

save() public method Saves data to be later used in debugger detail view. This method is called on every page where debugger is enabled. public mixed save ( )return mixed Data to be saved

jui\ProgressBar init()

init() public method Initializes the widget. public void init ( )

web\View $assetBundles

$assetBundles public property List of the registered asset bundles. The keys are the bundle names, and the values are the registered yii\web\AssetBundle objects. See also registerAssetBundle(). public yii\web\AssetBundle[] $assetBundles = []

test\FixtureTrait globalFixtures()

globalFixtures() public method Declares the fixtures shared required by different test cases. The return value should be similar to that of fixtures(). You should usually override this method in a base class. See also fixtures(). public array globalFixtures ( )return array The fixtures shared and required by different test cases.

authclient\OAuth2 $tokenUrl

$tokenUrl public property Token request URL endpoint. public string $tokenUrl = null

web\HeaderCollection add()

add() public method Adds a new header. If there is already a header with the same name, the new one will be appended to it instead of replacing it. public $this add ( $name, $value )$name string The name of the header $value string The value of the header return $this The collection object itself