mongodb\Command createCollection()

createCollection() public method Creates new collection in database associated with this command.s public boolean createCollection ( $collectionName, array $options = [] )$collectionName string Collection name $options array Collection options in format: "name" => "value" return boolean Whether operation was successful.

caching\MemCache getValues()

getValues() protected method Retrieves multiple values from cache with the specified keys. protected array getValues ( $keys )$keys array A list of keys identifying the cached values return array A list of cached values indexed by the keys

mongodb\gii\model\Generator $collectionName

$collectionName public property public $collectionName = null

authclient\BaseOAuth $autoRefreshAccessToken

$autoRefreshAccessToken public property (available since version 2.0.6) Whether to automatically perform 'refresh access token' request on expired access token. public boolean $autoRefreshAccessToken = true

mongodb\Cache flushValues()

flushValues() protected method Deletes all values from cache. Child classes may implement this method to realize the flush operation. protected boolean flushValues ( )return boolean Whether the flush operation was successful.

validators\Validator $builtInValidators

$builtInValidators public static property List of built-in validators (name => class or configuration) public static array $builtInValidators = ['boolean' => 'yii\validators\BooleanValidator', 'captcha' => 'yii\captcha\CaptchaValidator', 'compare' => 'yii\validators\CompareValidator', 'date' => 'yii\validators\DateValidator', 'datetime' => ['class' => 'yii\validators\DateValidator', 'type' => \yii\validators\DateValidator::TYPE_DATETIME], 'time' => ['class' =>

caching\MemCacheServer $host

$host public property Memcache server hostname or IP address public string $host = null

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

db\mysql\QueryBuilder checkIntegrity()

checkIntegrity() public method Builds a SQL statement for enabling or disabling integrity check. public string checkIntegrity ( $check = true, $schema = '', $table = '' )$check boolean Whether to turn on or off the integrity check. $schema string The schema of the tables. Meaningless for MySQL. $table string The table name. Meaningless for MySQL. return string The SQL statement for checking integrity

elasticsearch\Query filter()

filter() public method Sets the filter part of this search query. public $this filter ( $filter )$filter string return $this The query object itself