elasticsearch\DebugAction $controller

$controller public property public yii\debug\controllers\DefaultController $controller = null

authclient\clients\LinkedIn $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://api.linkedin.com/v1'

rbac\Assignment $userId

$userId public property User ID (see yii\web\User::$id) public string|integer $userId = null

gii\console\GenerateController $module

$module public property public yii\gii\Module $module = null

elasticsearch\ElasticsearchTarget $logContext

$logContext public property If true, context will be logged as a separate message after all other messages. public boolean $logContext = true

base\Application $name

$name public property The application name. public string $name = 'My Application'

rbac\DbManager getAssignment()

getAssignment() public method Returns the assignment information regarding a role and a user. public null|yii\rbac\Assignment getAssignment ( $roleName, $userId )$roleName string The role name $userId string|integer The user ID (see yii\web\User::$id) return null|yii\rbac\Assignment The assignment information. Null is returned if the role is not assigned to the user.

gii\CodeFile save()

save() public method Saves the code into the file specified by $path. public string|boolean save ( )return string|boolean The error occurred while saving the code file, or true if no error.

widgets\InputWidget $attribute

$attribute public property The model attribute that this widget is associated with. public string $attribute = null

validators\PunycodeAsset $js

$js public property public $js = ['punycode.js']