authclient\AuthAction $clientCollection

$clientCollection public property Name of the auth client collection application component. It should point to yii\authclient\Collection instance. public string $clientCollection = 'authClientCollection'

authclient\OAuthToken getIsValid()

getIsValid() public method Checks if token is valid. public boolean getIsValid ( )return boolean Is token valid.

mongodb\rbac\MongoDbManager getItem()

getItem() protected method Returns the named auth item. protected yii\rbac\Item getItem ( $name )$name string The auth item name. return yii\rbac\Item The auth item corresponding to the specified name. Null is returned if no such item.

authclient\signature\HmacSha1 init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

authclient\signature\HmacSha1 getName()

getName() public method Return the canonical name of the Signature Method. public string getName ( )return string Method name.

base\Module EVENT_AFTER_ACTION

EVENT_AFTER_ACTION event of type yii\base\ActionEvent An event raised after executing a controller action.

jui\Tabs run()

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

helpers\BaseHtml getAttributeName()

getAttributeName() public static method Returns the real attribute name from the given attribute expression. An attribute expression is an attribute name prefixed and/or suffixed with array indexes. It is mainly used in tabular data input and/or input of array type. Below are some examples: [0]content is used in tabular data input to represent the "content" attribute for the first model in tabular input; dates[0] represents the first array element of the "dates" attribute; [0]dates[0] re

sphinx\Query $match

$match public property Text, which should be searched in fulltext mode. This value will be composed into MATCH operator inside the WHERE clause. Note: this value will be processed by yii\sphinx\Connection::escapeMatchValue(), if you need to compose complex match condition use yii\db\Expression, see match() for details. public string|yii\db\Expression $match = null

caching\DummyCache setValue()

setValue() protected method Stores a value identified by a key in cache. This is the implementation of the method declared in the parent class. protected boolean setValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value mixed The value to be cached $duration integer The number of seconds in which the cached value will expire. 0 means never expire. return boolean True if the value is successfully stored into cache, false otherwise