faker\FixtureController $generator

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

base\Application $mailer

$mailer public read-only property The mailer application component. public yii\mail\MailerInterface getMailer ( )

elasticsearch\QueryBuilder buildOrderBy()

buildOrderBy() public method Adds order by condition to the query public void buildOrderBy ( $columns )$columns

data\SqlDataProvider prepareModels()

prepareModels() protected method Prepares the data models that will be made available in the current page. protected array prepareModels ( )return array The available data models

mongodb\QueryBuilder buildInCondition()

buildInCondition() public method Creates an Mongo condition with the IN operator. public array buildInCondition ( $operator, $operands )$operator string The operator to use (e.g. IN or NOT IN) $operands array The first operand is the column name. If it is an array a composite IN condition will be generated. The second operand is an array of values that column value should be among. return array The generated Mongo condition. throws yii\base\InvalidParamException if wrong number of

helpers\BaseConsole stdin()

stdin() public static method Gets input from STDIN and returns a string right-trimmed for EOLs. public static string stdin ( $raw = false )$raw boolean If set to true, returns the raw string without trimming return string The string read from stdin

gii\console\GenerateController getActionOptionsHelp()

getActionOptionsHelp() public method Returns the help information for the options for the action. The returned value should be an array. The keys are the option names, and the values are the corresponding help information. Each value must be an array of the following structure: type: string, the PHP type of this argument. default: string, the default value of this argument comment: string, the comment of this argument The default implementation will return the help information extracted fro

web\HeaderCollection offsetUnset()

offsetUnset() public method Removes the named header. This method is required by the SPL interface ArrayAccess. It is implicitly called when you use something like unset($collection[$name]). This is equivalent to remove(). public void offsetUnset ( $name )$name string The header name

validators\FilterValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

mongodb\Command $document

$document public property Command document contents. public array $document = []