base\Model activeAttributes()

activeAttributes() public method Returns the attribute names that are subject to validation in the current scenario. public string[] activeAttributes ( )return string[] Safe attribute names

mongodb\ActiveQuery __construct()

__construct() public method Constructor. public void __construct ( $modelClass, $config = [] )$modelClass array The model class associated with this query $config array Configurations to be applied to the newly created query object

console\controllers\BaseMigrateController removeMigrationHistory()

removeMigrationHistory() protected abstract method Removes existing migration from the history. protected abstract void removeMigrationHistory ( $version )$version string Migration version name.

debug\models\search\Timeline $duration

$duration public property Attribute search public integer $duration = 0

caching\MemCacheServer $timeout

$timeout public property Timeout in milliseconds which will be used for connecting to the server. This is used by memcache only. For old versions of memcache that only support specifying timeout in seconds this will be rounded up to full seconds. public integer $timeout = 1000

db\sqlite\Schema loadTableSchema()

loadTableSchema() protected method Loads the metadata for the specified table. protected yii\db\TableSchema loadTableSchema ( $name )$name string Table name return yii\db\TableSchema Driver dependent table metadata. Null if the table does not exist.

sphinx\MatchBuilder buildIgnoreMatch()

buildIgnoreMatch() public method Create ignored MATCH expressions public string buildIgnoreMatch ( $operator, $operands, &$params )$operator string The operator which is used for Create Match expressions $operands array The Match expressions $params return string The MATCH expression

gii\console\GenerateController getUniqueID()

getUniqueID() public method public void getUniqueID ( )

elasticsearch\Command $index

$index public property The indexes to execute the query on. Defaults to null meaning all indexes See also http://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html#search-multi-index-type. public string|array $index = null

mail\MessageInterface getFrom()

getFrom() public abstract method Returns the message sender. public abstract string getFrom ( )return string The sender