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

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

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

elasticsearch\QueryBuilder buildOrderBy()

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

base\Application $mailer

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

elasticsearch\DebugPanel $summary

$summary public read-only property Content that is displayed at debug toolbar public string getSummary ( )

elasticsearch\Query $minScore

$minScore public property (available since version 2.0.4) Exclude documents which have a _score less than the minimum specified in min_score See also http://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-min-score.html. public float $minScore = null

web\Session open()

open() public method Starts the session. public void open ( )

mongodb\QueryBuilder $db

$db public property The MongoDB connection. public yii\mongodb\Connection $db = null