widgets\ActiveField getClientOptions()

getClientOptions() protected method Returns the JS options for the field. protected array getClientOptions ( )return array The JS options.

sphinx\ActiveDataProvider getFacets()

getFacets() public method public array getFacets ( )return array Query facet results.

widgets\LinkSorter $sort

$sort public property The sort definition public yii\data\Sort $sort = null

web\Application $response

$response public read-only property The response component. public yii\web\Response getResponse ( )

swiftmailer\Logger add()

add() public method public void add ( $entry )$entry

console\Markdown $escapeCharacters

$escapeCharacters protected property These are "escapeable" characters. When using one of these prefixed with a backslash, the character will be outputted without the backslash and is not interpreted as markdown. protected array $escapeCharacters = ['\\', '`', '*', '_', '~']

validators\CompareValidator $type

$type public property The type of the values being compared. The follow types are supported: string: the values are being compared as strings. No conversion will be done before comparison. number: the values are being compared as numbers. String values will be converted into numbers before comparison. public string $type = self::TYPE_STRING

data\ActiveDataProvider $query

$query public property The query that is used to fetch data models and $totalCount if it is not explicitly set. public yii\db\QueryInterface $query = null

sphinx\ActiveRecord insert()

insert() public method Inserts a row into the associated Sphinx index using the attribute values of this record. This method performs the following steps in order: call beforeValidate() when $runValidation is true. If validation fails, it will skip the rest of the steps; call afterValidate() when $runValidation is true. call beforeSave(). If the method returns false, it will skip the rest of the steps; insert the record into index. If this fails, it will skip the rest of the steps; call aft

swiftmailer\Message $textBody

$textBody public write-only property Message plain text content. public $this setTextBody ( $text )