base\View $theme

$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

mongodb\Collection aggregate()

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.

authclient\clients\Facebook $attributeNames

$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']

mongodb\Database $fileCollection

$fileCollection public read-only property Mongo GridFS collection. public yii\mongodb\file\Collection getFileCollection ( $prefix = 'fs', $refresh = false )

sphinx\Query $within

$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

jui\Widget registerClientEvents()

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

bootstrap\Progress $label

$label public property The button label. public string $label = null

db\Query $distinct

$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

db\Query $selectOption

$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

db\oci\Schema 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 ( )