mongodb\validators\MongoDateValidator $mongoDateAttribute

$mongoDateAttribute public property The name of the attribute to receive the parsing result as \MongoDate instance. When this property is not null and the validation is successful, the named attribute will receive the parsing result as \MongoDate instance. This can be the same attribute as the one being validated. If this is the case, the original value will be overwritten with the value after successful validation. public string $mongoDateAttribute = null

db\ColumnSchema $unsigned

$unsigned public property Whether this column is unsigned. This is only meaningful when $type is smallint, integer or bigint. public boolean $unsigned = null

gii\TypeAheadAsset $js

$js public property public $js = ['typeahead.bundle.js']

db\Command renameColumn()

renameColumn() public method Creates a SQL command for renaming a column. public $this renameColumn ( $table, $oldName, $newName )$table string The table whose column is to be renamed. The name will be properly quoted by the method. $oldName string The old name of the column. The name will be properly quoted by the method. $newName string The new name of the column. The name will be properly quoted by the method. return $this The command object itself

mail\BaseMailer EVENT_AFTER_SEND

EVENT_AFTER_SEND event of type yii\mail\MailEvent An event raised right after send.

db\Query orHaving()

orHaving() public method Adds an additional HAVING condition to the existing one. The new condition and the existing one will be joined using the 'OR' operator. See also: having() andHaving() public $this orHaving ( $condition, $params = [] )$condition string|array|yii\db\Expression The new HAVING condition. Please refer to where() on how to specify this parameter. $params array The parameters (name => value) to be bound to the query. return $this The query object itself

captcha\CaptchaAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/assets'

rest\UrlRule $only

$only public property List of acceptable actions. If not empty, only the actions within this array will have the corresponding URL rules created. See also $patterns. public array $only = []

test\Fixture beforeUnload()

beforeUnload() public method This method is called BEFORE any fixture data is unloaded for the current test. public void beforeUnload ( )

mongodb\ActiveFixture $collectionName

$collectionName public property The collection name that this fixture is about. If this property is not set, the collection name will be determined via $modelClass. See also yii\mongodb\Connection::getCollection(). public string|array $collectionName = null