rbac\PhpManager getPermissionsByRole()

getPermissionsByRole() public method Returns all permissions that the specified role represents. public yii\rbac\Permission[] getPermissionsByRole ( $roleName )$roleName string The role name return yii\rbac\Permission[] All permissions that the role represents. The array is indexed by the permission names.

rest\Serializer serialize()

serialize() public method Serializes the given data into a format that can be easily turned into other formats. This method mainly converts the objects of recognized types into array representation. It will not do conversion for unknown object types or non-object data. The default implementation will handle yii\base\Model and yii\data\DataProviderInterface. You may override this method to support more object types. public mixed serialize ( $data )$data mixed The data to be serialized. r

jui\Accordion $options

$options public property The HTML attributes for the widget container tag. The following special options are recognized: tag: string, defaults to "div", the tag name of the container tag of this widget See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = []

web\Request setScriptFile()

setScriptFile() public method Sets the entry script file path. The entry script file path normally can be obtained from $_SERVER['SCRIPT_FILENAME']. If your server configuration does not return the correct value, you may configure this property to make it right. public void setScriptFile ( $value )$value string The entry script file path.

gii\Generator generateString()

generateString() public method Generates a string depending on enableI18N property public string generateString ( $string = '', $placeholders = [] )$string string The text be generated $placeholders array The placeholders to use by Yii::t()

filters\AccessControl $denyCallback

$denyCallback public property A callback that will be called if the access should be denied to the current user. If not set, denyAccess() will be called. The signature of the callback should be as follows: function ($rule, $action) where $rule is the rule that denies the user, and $action is the current action object. $rule can be null if access is denied because none of the rules matched. public callable $denyCallback = null

debug\panels\TimelinePanel getName()

getName() public method public string getName ( )return string Name of the panel

mongodb\Collection group()

group() public method Performs aggregation using Mongo "group" command. public array group ( $keys, $initial, $reduce, $options = [] )$keys mixed Fields to group by. If an array or non-code object is passed, it will be the key used to group results. If instance of \MongoDB\BSON\Javascript passed, it will be treated as a function that returns the key to group by. $initial array Initial value of the aggregation counter object. $reduce \MongoDB\BSON\Javascript|string Function that take

redis\Connection getDriverName()

getDriverName() public method Returns the name of the DB driver for the current \yii\redis\dsn. public string getDriverName ( )return string Name of the DB driver

console\controllers\MessageController $sourcePath

$sourcePath public property Required, root directory of all source files. public string $sourcePath = '@yii'