$theme public property The theme object or the configuration for creating the theme object. If not set, it means theming is not enabled. public yii\base\Theme|array|string $theme = null
aggregate() public method Performs aggregation using Mongo Aggregation Framework. public array aggregate ( $pipelines, $options = [] )$pipelines array List of pipeline operators. $options array Optional parameters. return array The result of the aggregation. throws yii\mongodb\Exception on failure.
$attributeNames public property (available since version 2.0.5) List of attribute names, which should be requested from API to initialize user attributes. public array $attributeNames = ['name', 'email']
$fileCollection public read-only property Mongo GridFS collection. public yii\mongodb\file\Collection getFileCollection ( $prefix = 'fs', $refresh = false )
$within public property WITHIN GROUP ORDER BY clause. This is a Sphinx specific extension that lets you control how the best row within a group will to be selected. The possible value matches the orderBy() one. public string $within = null
registerClientEvents() protected method Registers a specific jQuery UI widget events protected void registerClientEvents ( $name, $id )$name string The name of the jQuery UI widget $id string The ID of the widget
$label public property The button label. public string $label = null
$distinct public property Whether to select distinct rows of data only. If this is set true, the SELECT clause would be changed to SELECT DISTINCT. public boolean $distinct = null
$selectOption public property Additional option that should be appended to the 'SELECT' keyword. For example, in MySQL, the option 'SQL_CALC_FOUND_ROWS' can be used. public string $selectOption = null
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 ( )
Page 70 of 633