helpers\BaseArrayHelper multisort()

multisort() public static method Sorts an array of objects or arrays (with the same structure) by one or several keys. public static void multisort ( &$array, $key, $direction = SORT_ASC, $sortFlag = SORT_REGULAR )$array array The array to be sorted. The array will be modified after calling this method. $key string|Closure|array The key(s) to be sorted by. This refers to a key name of the sub-array elements, a property name of the objects, or an anonymous function returning the v

authclient\OAuth1 refreshAccessToken()

refreshAccessToken() public method Gets new auth token to replace expired one. public yii\authclient\OAuthToken refreshAccessToken ( yii\authclient\OAuthToken $token )$token yii\authclient\OAuthToken Expired auth token. return yii\authclient\OAuthToken New auth token.

db\BatchQueryResult $db

$db public property The DB connection to be used when performing batch query. If null, the "db" application component will be used. public yii\db\Connection $db = null

base\Controller beforeAction()

beforeAction() public method This method is invoked right before an action is executed. The method will trigger the EVENT_BEFORE_ACTION event. The return value of the method will determine whether the action should continue to run. In case the action should not run, the request should be handled inside of the beforeAction code by either providing the necessary output or redirecting the request. Otherwise the response will be empty. If you override this method, your code should look like the

db\sqlite\QueryBuilder addCommentOnTable()

addCommentOnTable() public method (available since version 2.0.8) Builds a SQL command for adding comment to table public string addCommentOnTable ( $table, $comment )$table string The table whose column is to be commented. The table name will be properly quoted by the method. $comment string The text of the comment to be added. The comment will be properly quoted by the method. return string The SQL statement for adding comment on table throws yii\base\NotSupportedException

base\Application $requestedParams

$requestedParams public property The parameters supplied to the requested action. public array $requestedParams = null

elasticsearch\Connection createBulkCommand()

createBulkCommand() public method (available since version 2.0.5) Creates a bulk command for execution. public yii\elasticsearch\BulkCommand createBulkCommand ( $config = [] )$config array The configuration for the yii\elasticsearch\BulkCommand class return yii\elasticsearch\BulkCommand The DB command

widgets\ActiveForm $enableClientScript

$enableClientScript public property Whether to hook up yii.activeForm JavaScript plugin. This property must be set true if you want to support client validation and/or AJAX validation, or if you want to take advantage of the yii.activeForm plugin. When this is false, the form will not generate any JavaScript. public boolean $enableClientScript = true

helpers\BaseInflector $transliterator

$transliterator public static property Either a \Transliterator, or a string from which a \Transliterator can be built for transliteration. Used by transliterate() when intl is available. Defaults to TRANSLITERATE_LOOSE See also http://php.net/manual/en/transliterator.transliterate.php. public static mixed $transliterator = self::TRANSLITERATE_LOOSE

faker\FixtureController actionTemplates()

actionTemplates() public method Lists all available fixtures template files. public void actionTemplates ( )