data\Sort createUrl()

createUrl() public method Creates a URL for sorting the data by the specified attribute. This method will consider the current sorting status given by $attributeOrders. For example, if the current page already sorts the data by the specified attribute in ascending order, then the URL created will lead to a page that sorts the data by the specified attribute in descending order. See also: $attributeOrders $params public string createUrl ( $attribute, $absolute = false )$attribute string T

mongodb\console\controllers\MigrateController beforeAction()

beforeAction() public method This method is invoked right before an action is to be executed (after all possible filters.) It checks the existence of the $migrationPath. public boolean beforeAction ( $action )$action yii\base\Action The action to be executed. return boolean Whether the action should continue to be executed. throws yii\console\Exception if db component isn't configured

console\controllers\MessageController $only

$only public property List of patterns that specify which files (not directories) should be processed. If empty or not set, all files will be processed. See helpers/FileHelper::findFiles() description for pattern matching rules. If a file/directory matches both a pattern in "only" and "except", it will NOT be processed. public array $only = ['*.php']

rbac\ManagerInterface getChildren()

getChildren() public abstract method Returns the child permissions and/or roles. public abstract yii\rbac\Item[] getChildren ( $name )$name string The parent name return yii\rbac\Item[] The child permissions and/or roles

log\FileTarget export()

export() public method Writes log messages to a file. public void export ( )throws yii\base\InvalidConfigException if unable to open the log file for writing

helpers\BaseStringHelper truncate()

truncate() public static method Truncates a string to the number of characters specified. public static string truncate ( $string, $length, $suffix = '...', $encoding = null, $asHtml = false )$string string The string to truncate. $length integer How many characters from original string to include into truncated string. $suffix string String to append to the end of truncated string. $encoding string The charset to use, defaults to charset currently used by application. $asHtml boo

redis\ActiveRecord buildKey()

buildKey() public static method Builds a normalized key from a given primary key value. public static string buildKey ( $key )$key mixed The key to be normalized return string The generated key

jui\JuiAsset $js

$js public property public $js = ['jquery-ui.js']

db\mssql\Schema loadTableSchema()

loadTableSchema() public method Loads the metadata for the specified table. public yii\db\mssql\TableSchema|null loadTableSchema ( $name )$name string Table name return yii\db\mssql\TableSchema|null Driver dependent table metadata. Null if the table does not exist.

debug\models\search\Debug $method

$method public property Method attribute input search value public string $method = null