console\Controller getHelpSummary()

getHelpSummary() public method Returns one-line short summary describing this controller. You may override this method to return customized summary. The default implementation returns first line from the PHPDoc comment. public string getHelpSummary ( )

bootstrap\ButtonGroup $encodeLabels

$encodeLabels public property Whether to HTML-encode the button labels. public boolean $encodeLabels = true

rbac\PhpManager removeAllRoles()

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

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

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

web\Request getIsGet()

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

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

db\DataReader $rowCount

$rowCount public read-only property Number of rows contained in the result. public integer getRowCount ( )

sphinx\IndexSchema $primaryKey

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