web\AssetManager $afterCopy

$afterCopy public property A PHP callback that is called after a sub-directory or file is successfully copied. This option is used only when publishing a directory. The signature of the callback is the same as for $beforeCopy. This is passed as a parameter afterCopy to yii\helpers\FileHelper::copyDirectory(). public callback $afterCopy = null

filters\auth\AuthMethod handleFailure()

handleFailure() public method Handles authentication failure. The implementation should normally throw UnauthorizedHttpException to indicate authentication failure. public void handleFailure ( $response )$response yii\web\Response throws yii\web\UnauthorizedHttpException

debug\panels\MailPanel getName()

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

web\UrlManager $showScriptName

$showScriptName public property Whether to show entry script name in the constructed URL. Defaults to true. This property is used only if $enablePrettyUrl is true. public boolean $showScriptName = true

db\Query leftJoin()

leftJoin() public method Appends a LEFT OUTER JOIN part to the query. public $this leftJoin ( $table, $on = '', $params = [] )$table string|array The table to be joined. Use a string to represent the name of the table to be joined. The table name can contain a schema prefix (e.g. 'public.user') and/or table alias (e.g. 'user u'). The method will automatically quote the table name unless it contains some parenthesis (which means the table is given as a sub-query or DB expression). Use a

sphinx\QueryBuilder buildGroupBy()

buildGroupBy() public method public string buildGroupBy ( $columns, $limit )$columns array Group columns $limit integer Group limit return string The GROUP BY clause

jui\DatePickerLanguageAsset $depends

$depends public property List of bundle class names that this bundle depends on. For example: public $depends = [ 'yii\web\YiiAsset', 'yii\bootstrap\BootstrapAsset', ]; List of bundle class names that this bundle depends on. For example: public $depends = [ 'yii\web\YiiAsset', 'yii\bootstrap\BootstrapAsset', ]; public array $depends = ['yii\jui\JuiAsset']

elasticsearch\Query $options

$options public property (available since version 2.0.4) List of options that will passed to commands created by this query. See also yii\elasticsearch\Command::$options. public array $options = []

rbac\ManagerInterface removeAllRoles()

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

helpers\BaseConsole stdout()

stdout() public static method Prints a string to STDOUT. public static integer|boolean stdout ( $string )$string string The string to print return integer|boolean Number of bytes printed or false on error