twig\ViewRenderer init()

init() public method public void init ( )

elasticsearch\ActiveQuery search()

search() public method Executes the query and returns the complete search result including e.g. hits, facets, totalCount. public array search ( $db = null, $options = [] )$db yii\elasticsearch\Connection The database connection used to execute the query. If this parameter is not given, the elasticsearch application component will be used. $options array The options given with this query. Possible options are: routing search_type return array The query results.

jui\JuiAsset $depends

$depends public property public $depends = ['yii\web\JqueryAsset']

db\Connection quoteColumnName()

quoteColumnName() public method Quotes a column name for use in a query. If the column name contains prefix, the prefix will also be properly quoted. If the column name is already quoted or contains special characters including '(', '[[' and '{{', then this method will do nothing. public string quoteColumnName ( $name )$name string Column name return string The properly quoted column name

rbac\PhpManager checkAccess()

checkAccess() public method public void checkAccess ( $userId, $permissionName, $params = [] )$userId $permissionName $params

helpers\BaseHtml resetButton()

resetButton() public static method Generates a reset button tag. public static string resetButton ( $content = 'Reset', $options = [] )$content string The content enclosed within the button tag. It will NOT be HTML-encoded. Therefore you can pass in HTML code such as an image tag. If this is is coming from end users, you should consider encode() it to prevent XSS attacks. $options array The tag options in terms of name-value pairs. These will be rendered as the attributes of the result

console\Controller getOptionValues()

getOptionValues() public method Returns properties corresponding to the options for the action id Child classes may override this method to specify possible properties. public array getOptionValues ( $actionID )$actionID string The action id of the current request return array Properties corresponding to the options for the action

db\mysql\QueryBuilder dropPrimaryKey()

dropPrimaryKey() public method Builds a SQL statement for removing a primary key constraint to an existing table. public string dropPrimaryKey ( $name, $table )$name string The name of the primary key constraint to be removed. $table string The table that the primary key constraint will be removed from. return string The SQL statement for removing a primary key constraint from an existing table.

sphinx\ColumnSchema phpTypecast()

phpTypecast() public method Converts the input value according to $phpType after retrieval from the database. If the value is null or an yii\db\Expression, it will not be converted. public mixed phpTypecast ( $value )$value mixed Input value return mixed Converted value

validators\RegularExpressionValidator $pattern

$pattern public property The regular expression to be matched with public string $pattern = null