helpers\BaseHtml beginForm()

beginForm() public static method Generates a form start tag. See also endForm(). public static string beginForm ( $action = '', $method = 'post', $options = [] )$action array|string The form action URL. This parameter will be processed by yii\helpers\Url::to(). $method string The form submission method, such as "post", "get", "put", "delete" (case-insensitive). Since most browsers only support "post" and "get", if other methods are given, they will be simulated using "post", and a hi

mongodb\Command $readConcern

$readConcern public property Read concern to be used in this command. public \MongoDB\Driver\ReadConcern|string getReadConcern ( )public $this setReadConcern ( $readConcern )

console\Application getErrorHandler()

getErrorHandler() public method Returns the error handler component. public yii\console\ErrorHandler getErrorHandler ( )return yii\console\ErrorHandler The error handler application component.

mongodb\log\MongoDbTarget init()

init() public method Initializes the MongoDbTarget component. This method will initialize the $db property to make sure it refers to a valid MongoDB connection. public void init ( )throws yii\base\InvalidConfigException if $db is invalid.

db\ActiveRecord deleteAll()

deleteAll() public static method Deletes rows in the table using the provided conditions. WARNING: If you do not specify any condition, this method will delete ALL rows in the table. For example, to delete all customers whose status is 3: Customer::deleteAll('status = 3'); public static integer deleteAll ( $condition = '', $params = [] )$condition string|array The conditions that will be put in the WHERE part of the DELETE SQL. Please refer to yii\db\Query::where() on how to specify t

i18n\Formatter $numberFormatterSymbols

$numberFormatterSymbols public property (available since version 2.0.4) A list of name value pairs that are passed to the intl Numberformatter::setSymbol() method of all the number formatter objects created by createNumberFormatter(). This property takes only effect if the PHP intl extension is installed. Please refer to the PHP manual for the possible options. For example to choose a custom currency symbol, e.g. U+20BD instead of руб. for Russian Ruble: [ NumberFormatter::CURRENCY_SYMB

elasticsearch\ActiveDataProvider getAggregation()

getAggregation() public method Returns results of the specified aggregation. public array getAggregation ( $name )$name string Aggregation name. return array Aggregation results. throws yii\base\InvalidCallException if requested aggregation does not present in query results.

validators\FileValidator getClientOptions()

getClientOptions() protected method Returns the client-side validation options. protected array getClientOptions ( $model, $attribute )$model yii\base\Model The model being validated $attribute string The attribute name being validated return array The client-side validation options

elasticsearch\Query $stats

$stats public property The 'stats' part of the query. An array of groups to maintain a statistics aggregation for. See also http://www.elastic.co/guide/en/elasticsearch/reference/current/search.html#stats-groups. public array $stats = []

mongodb\Connection $logBuilder

$logBuilder public property The log builder for this connection. public yii\mongodb\LogBuilder getLogBuilder ( )public void setLogBuilder ( $logBuilder )