gii\console\GenerateAction $controller

$controller public property public yii\gii\console\GenerateController $controller = null

base\Module getVersion()

getVersion() public method (available since version 2.0.11) Returns current module version. If version is not explicitly set, defaultVersion() method will be used to determine its value. public string getVersion ( )return string The version of this module.

sphinx\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

authclient\WeChat $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://api.weixin.qq.com'

mongodb\debug\MongoDbPanel $db

$db public read-only property The name of the database component to use for executing (explain) queries The name of the database component to use for executing (explain) queries public yii\db\Connection getDb ( )

faker\FixtureController $generator

$generator public read-only property public \Faker\Generator getGenerator ( )

mutex\FileMutex getLockFilePath()

getLockFilePath() protected method (available since version 2.0.10) Generate path for lock file. protected string getLockFilePath ( $name )$name string

elasticsearch\QueryBuilder buildCondition()

buildCondition() public method Parses the condition specification and generates the corresponding SQL expression. public string buildCondition ( $condition )$condition string|array The condition specification. Please refer to yii\elasticsearch\Query::where() on how to specify a condition. return string The generated SQL expression throws yii\base\InvalidParamException if unknown operator is used in query throws yii\base\NotSupportedException if string conditions are used in where

mongodb\rbac\MongoDbManager checkAccess()

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

mongodb\Command dropDatabase()

dropDatabase() public method Drops database associated with this command. public boolean dropDatabase ( )return boolean Whether operation was successful.