authclient\InvalidResponseException $responseBody

$responseBody public property Response body. public string $responseBody = ''

web\Link $profile

$profile public property A URI that hints about the profile of the target resource. public string $profile = null

caching\DbCache addValue()

addValue() protected method Stores a value identified by a key into cache if the cache does not contain this key. This is the implementation of the method declared in the parent class. protected boolean addValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value string The value to be cached. Other types (if you have disabled $serializer) cannot be saved. $duration integer The number of seconds in which the cached value will expire. 0 means never

rbac\PhpManager removeAllRoles()

removeAllRoles() public method Removes all roles. All parent child relations will be adjusted accordingly. public void removeAllRoles ( )

base\View init()

init() public method Initializes the view component. public void init ( )

console\Controller getActionArgsHelp()

getActionArgsHelp() public method Returns the help information for the anonymous arguments for the action. The returned value should be an array. The keys are the argument names, and the values are the corresponding help information. Each value must be an array of the following structure: required: boolean, whether this argument is required. type: string, the PHP type of this argument. default: string, the default value of this argument comment: string, the comment of this argument The defa

Theming

Theming Modules Theming Widgets Theme Inheritance Theming is a way to replace a set of views with another without the need of touching the original view rendering code. You can use theming to systematically change the look and feel of an application. To use theming, you should configure the theme property of the view application component. The property configures a yii\base\Theme object which governs how view files are being replaced. You should mainly specify the following properties of yii\b

base\Model scenarios()

scenarios() public method Returns a list of scenarios and the corresponding active attributes. An active attribute is one that is subject to validation in the current scenario. The returned array should be in the following format: [ 'scenario1' => ['attribute11', 'attribute12', ...], 'scenario2' => ['attribute21', 'attribute22', ...], ... ] By default, an active attribute is considered safe and can be massively assigned. If an attribute should NOT be massively assigned (t

web\Request getIsGet()

getIsGet() public method Returns whether this is a GET request. public boolean getIsGet ( )return boolean Whether this is a GET request.

sphinx\IndexSchema $primaryKey

$primaryKey public property Primary key of this index. public string $primaryKey = null