jui\Tabs run()

run() public method Renders the widget. public void run ( )

mongodb\console\controllers\MigrateController $migrationCollection

$migrationCollection public property The name of the collection for keeping applied migration information. public string|array $migrationCollection = 'migration'

base\ExitException $statusCode

$statusCode public property The exit status code public integer $statusCode = null

authclient\signature\PlainText $name

$name public read-only property Method name. public string getName ( )

rest\UpdateAction $scenario

$scenario public property The scenario to be assigned to the model before it is validated and updated. public string $scenario = \yii\base\Model::SCENARIO_DEFAULT

base\Security validateData()

validateData() public method Validates if the given data is tampered. See also hashData(). public string validateData ( $data, $key, $rawHash = false )$data string The data to be validated. The data must be previously generated by hashData(). $key string The secret key that was previously used to generate the hash for the data in hashData(). function to see the supported hashing algorithms on your system. This must be the same as the value passed to hashData() when generating the hash

authclient\BaseOAuth getReturnUrl()

getReturnUrl() public method public string getReturnUrl ( )return string Return URL.

authclient\OpenId defaultReturnUrl()

defaultReturnUrl() protected method Generates default $returnUrl value. protected string defaultReturnUrl ( )return string Default authentication return URL.

gii\generators\model\Generator $useTablePrefix

$useTablePrefix public property public $useTablePrefix = false

mongodb\rbac\MongoDbManager $ruleCollection

$ruleCollection public property The name of the collection storing rules. Defaults to "auth_rule". public string|array $ruleCollection = 'auth_rule'