base\Application $extensions

$extensions public property List of installed Yii extensions. Each array element represents a single extension with the following structure: [ 'name' => 'extension name', 'version' => 'version number', 'bootstrap' => 'BootstrapClassName', // optional, may also be a configuration array 'alias' => [ '@alias1' => 'to/path1', '@alias2' => 'to/path2', ], ] The "bootstrap" class listed above will be instantiated during the application bootst

sphinx\QueryBuilder buildNotCondition()

buildNotCondition() public method Inverts an SQL expressions with NOT operator. public string buildNotCondition ( $indexes, $operator, $operands, &$params )$indexes yii\sphinx\IndexSchema[] List of indexes, which affected by query $operator string The operator to use for connecting the given operands $operands array The SQL expressions to connect. $params array The binding parameters to be populated return string The generated SQL expression throws yii\base\InvalidParamExce

debug\models\search\Debug $sqlCount

$sqlCount public property Sql count attribute input search value public integer $sqlCount = null

authclient\widgets\AuthChoice $clientOptions

$clientOptions public property Additional options to be passed to the underlying JS plugin. public array $clientOptions = []

bootstrap\Alert run()

run() public method Renders the widget. public void run ( )

debug\models\search\Debug $mailCount

$mailCount public property Total mail count attribute input search value public integer $mailCount = null

authclient\widgets\GooglePlusButton getCallback()

getCallback() public method public string getCallback ( )return string Callback JavaScript function name.

Filters

Using Filters Creating Filters Core Filters Filters are objects that run before and/or after controller actions. For example, an access control filter may run before actions to ensure that they are allowed to be accessed by particular end users; a content compression filter may run after actions to compress the response content before sending them out to end users. A filter may consist of a pre-filter (filtering logic applied before actions) and/or a post-filter (logic applied after actions).

debug\panels\TimelinePanel $start

$start public read-only property public float getStart ( )

base\Arrayable extraFields()

extraFields() public abstract method Returns the list of additional fields that can be returned by toArray() in addition to those listed in fields(). This method is similar to fields() except that the list of fields declared by this method are not returned by default by toArray(). Only when a field in the list is explicitly requested, will it be included in the result of toArray(). See also: toArray() fields() public abstract array extraFields ( )return array The list of expandable field