gii\generators\controller\Generator $viewPath

$viewPath public property The controller's view path public string $viewPath = null

authclient\Collection setClients()

setClients() public method public void setClients ( array $clients )$clients array List of auth clients

caching\ArrayCache flushValues()

flushValues() protected method Deletes all values from cache. Child classes may implement this method to realize the flush operation. protected boolean flushValues ( )return boolean Whether the flush operation was successful.

BaseYii autoload()

autoload() public static method Class autoload loader. This method is invoked automatically when PHP sees an unknown class. The method will attempt to include the class file according to the following procedure: Search in $classMap; If the class is namespaced (e.g. yii\base\Component), it will attempt to include the file associated with the corresponding path alias (e.g. @yii/base/Component.php); This autoloader allows loading classes that follow the PSR-4 standard and have its top-level na

rbac\DbManager removeAllAssignments()

removeAllAssignments() public method Removes all role assignments. public void removeAllAssignments ( )

helpers\BaseJson encode()

encode() public static method Encodes the given value into a JSON string. The method enhances json_encode() by supporting JavaScript expressions. In particular, the method will not encode a JavaScript expression that is represented in terms of a yii\web\JsExpression object. public static string encode ( $value, $options = 320 )$value mixed The data to be encoded. $options integer The encoding options. For more details please refer to http://www.php.net/manual/en/function.json-encode.ph

caching\XCache flushValues()

flushValues() protected method Deletes all values from cache. This is the implementation of the method declared in the parent class. protected boolean flushValues ( )return boolean Whether the flush operation was successful.

sphinx\Query $snippetCallback

$snippetCallback public property PHP callback, which should be used to fetch source data for the snippets. Such callback will receive array of query result rows as an argument and must return the array of snippet source strings in the order, which match one of incoming rows. For example: $query = new Query(); $query->from('idx_item') ->match('pencil') ->snippetCallback(function ($rows) { $result = []; foreach ($rows as $row) { $result[] = file_ge

data\ActiveDataProvider $key

$key public property The column that is used as the key of the data models. This can be either a column name, or a callable that returns the key value of a given data model. If this is not set, the following rules will be used to determine the keys of the data models: If $query is an yii\db\ActiveQuery instance, the primary keys of yii\db\ActiveQuery::$modelClass will be used. Otherwise, the keys of the $models array will be used. See also getKeys(). public string|callable $key = null

grid\CheckboxColumn $cssClass

$cssClass public property (available since version 2.0.9) The css class that will be used to find the checkboxes. public string $cssClass = null