base\InvalidCallException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

mongodb\Collection findOne()

findOne() public method Returns a single document. public array|null findOne ( $condition = [], $fields = [], $options = [] )$condition array Query condition $fields array Fields to be selected $options array Query options (available since 2.1). return array|null The single document. Null is returned if the query results in nothing.

sphinx\MatchBuilder buildMatchValue()

buildMatchValue() protected method Create placeholder for expression of MATCH protected string buildMatchValue ( $value, &$params )$value string|array|yii\db\Expression $params array The expression parameters to be populated return string The MATCH expression

mongodb\rbac\MongoDbManager addChild()

addChild() public method Adds an item as a child of another item. public boolean addChild ( $parent, $child )$parent yii\rbac\Item $child yii\rbac\Item return boolean Whether the child successfully added throws yii\base\Exception if the parent-child relationship already exists or if a loop has been detected.

data\Sort $route

$route public property The route of the controller action for displaying the sorted contents. If not set, it means using the currently requested route. public string $route = null

debug\controllers\DefaultController actionDownloadMail()

actionDownloadMail() public method public void actionDownloadMail ( $file )$file

validators\EmailValidator validateValue()

validateValue() protected method Validates a value. A validator class can implement this method to support data validation out of the context of a data model. protected array|null validateValue ( $value )$value mixed The data value to be validated. return array|null The error message and the parameters to be inserted into the error message. Null should be returned if the data is valid. throws yii\base\NotSupportedException if the validator does not supporting data validation withou

db\BaseActiveRecord findByCondition()

findByCondition() protected static method Finds ActiveRecord instance(s) by the given condition. This method is internally called by findOne() and findAll(). protected static yii\db\ActiveQueryInterface findByCondition ( $condition )$condition mixed Please refer to findOne() for the explanation of this parameter return yii\db\ActiveQueryInterface The newly created ActiveQuery instance. throws yii\base\InvalidConfigException if there is no primary key defined

db\mssql\Schema findTableConstraints()

findTableConstraints() protected method (available since version 2.0.4) Collects the constraint details for the given table and constraint type. protected array findTableConstraints ( $table, $type )$table yii\db\mssql\TableSchema $type string Either PRIMARY KEY or UNIQUE return array Each entry contains index_name and field_name

db\mssql\QueryBuilder $typeMap

$typeMap public property Mapping from abstract column types (keys) to physical column types (values). public array $typeMap = [\yii\db\mssql\Schema::TYPE_PK => 'int IDENTITY PRIMARY KEY', \yii\db\mssql\Schema::TYPE_UPK => 'int IDENTITY PRIMARY KEY', \yii\db\mssql\Schema::TYPE_BIGPK => 'bigint IDENTITY PRIMARY KEY', \yii\db\mssql\Schema::TYPE_UBIGPK => 'bigint IDENTITY PRIMARY KEY', \yii\db\mssql\Schema::TYPE_CHAR => 'nchar(1)', \yii\db\mssql\Schema::TYPE_STRING => 'nvarch