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 ( )

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

gii\generators\form\Generator $description

$description public read-only property The detailed description of the generator. public string getDescription ( )

gii\Generator attributeLabels()

attributeLabels() public method Returns the attribute labels. Attribute labels are mainly used for display purpose. For example, given an attribute firstName, we can declare a label First Name which is more user-friendly and can be displayed to end users. By default an attribute label is generated using generateAttributeLabel(). This method allows you to explicitly specify attribute labels. Note, in order to inherit labels defined in the parent class, a child class needs to merge the parent

authclient\signature\HmacSha1 $name

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

web\Response getIsForbidden()

getIsForbidden() public method public boolean getIsForbidden ( )return boolean Whether this response indicates the current request is forbidden

gii\GiiAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/gii/assets'

mongodb\gii\model\Generator getName()

getName() public method public string getName ( )return string Name of the code generator