rbac\PhpManager $items

$items protected property protected yii\rbac\Item[] $items = []

codeception\TestCase tearDown()

tearDown() protected method protected void tearDown ( )

db\Command checkIntegrity()

checkIntegrity() public method Builds a SQL command for enabling or disabling integrity check. public $this checkIntegrity ( $check = true, $schema = '', $table = '' )$check boolean Whether to turn on or off the integrity check. $schema string The schema name of the tables. Defaults to empty string, meaning the current or default schema. $table string The table name. return $this The command object itself throws yii\base\NotSupportedException if this is not supported by the under

sphinx\Query $groupLimit

$groupLimit public property (available since version 2.0.6) Groups limit: to return (no more than) N top matches for each group. This option will take effect only if groupBy() is set. public integer $groupLimit = null

web\User loginRequired()

loginRequired() public method Redirects the user browser to the login page. Before the redirection, the current URL (if it's not an AJAX url) will be kept as $returnUrl so that the user browser may be redirected back to the current page after successful login. Make sure you set $loginUrl so that the user browser can be redirected to the specified login URL after calling this method. Note that when $loginUrl is set, calling this method will NOT terminate the application execution. See also \

console\controllers\AssetController actionTemplate()

actionTemplate() public method Creates template of configuration file for actionCompress(). public integer actionTemplate ( $configFile )$configFile string Output file name. return integer CLI exit code throws yii\console\Exception on failure.

elasticsearch\ElasticsearchTarget init()

init() public method This method will initialize the \yii\elasticsearch\elasticsearch property to make sure it refers to a valid Elasticsearch connection. public void init ( )throws yii\base\InvalidConfigException if \yii\elasticsearch\elasticsearch is invalid.

console\controllers\AssetController registerBundle()

registerBundle() protected method Registers asset bundles including their dependencies. protected void registerBundle ( $bundles, $name, &$registered )$bundles yii\web\AssetBundle[] Asset bundles list. $name string Bundle name. $registered array Stores already registered names. throws yii\console\Exception if circular dependency is detected.

console\controllers\HelpController getCommandDescriptions()

getCommandDescriptions() protected method Returns an array of commands an their descriptions. protected array getCommandDescriptions ( )return array All available commands as keys and their description as values.

console\controllers\CacheController actionFlushSchema()

actionFlushSchema() public method (available since version 2.0.1) Clears DB schema cache for a given connection component. # clears cache schema specified by component id: "db" yii cache/flush-schema db public integer actionFlushSchema ( $db = 'db' )$db string Id connection component return integer Exit code throws yii\console\Exception throws yii\base\InvalidConfigException