db\ActiveRelationTrait $primaryModel

$primaryModel public property The primary model of a relational query. This is used only in lazy loading with dynamic query options. public yii\db\ActiveRecord $primaryModel = null

swiftmailer\Logger dump()

dump() public method public void dump ( )

caching\XCache setValue()

setValue() protected method Stores a value identified by a key in cache. This is the implementation of the method declared in the parent class. protected boolean setValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value mixed The value to be cached. Most often it's a string. If you have disabled $serializer, it could be something else. $duration integer The number of seconds in which the cached value will expire. 0 means never expire. return b

smarty\ViewRenderer $widgets

$widgets public property Widget declarations public array $widgets = ['functions' => [], 'blocks' => []]

debug\DebugAsset $css

$css public property public $css = ['main.css', 'toolbar.css']

web\Request $isFlash

$isFlash public read-only property Whether this is an Adobe Flash or Adobe Flex request. public boolean getIsFlash ( )

gii\Generator $templatePath

$templatePath public read-only property The root path of the template files that are currently being used. public string getTemplatePath ( )

sphinx\Command addPrimaryKey()

addPrimaryKey() public method Creates a SQL command for adding a primary key constraint to an existing table. The method will properly quote the table and column names. public $this addPrimaryKey ( $name, $table, $columns )$name string The name of the primary key constraint. $table string The table that the primary key constraint will be added to. $columns string|array Comma separated string or array of columns that the primary key will consist of. return $this The command object

sphinx\Command callSnippets()

callSnippets() public method Builds a snippet from provided data and query, using specified index settings. public $this callSnippets ( $index, $source, $match, $options = [] )$index string Name of the index, from which to take the text processing settings. $source string|array Is the source data to extract a snippet from. It could be either a single string or array of strings. $match string The full-text query to build snippets for. $options array List of options in format: opti

i18n\MessageSource init()

init() public method Initializes this component. public void init ( )