data\Sort $orders

$orders public read-only property The columns (keys) and their corresponding sort directions (values). This can be passed to yii\db\Query::orderBy() to construct a DB query. public array getOrders ( $recalculate = false )

sphinx\ActiveQuery callSnippets()

callSnippets() protected method Builds a snippets from provided source data. protected array callSnippets ( array $source )$source array The source data to extract a snippet from. return array Snippets list. throws yii\base\InvalidCallException in case match() is not specified.

validators\Validator $message

$message public property The user-defined error message. It may contain the following placeholders which will be replaced accordingly by the validator: {attribute}: the label of the attribute being validated {value}: the value of the attribute being validated Note that some validators may introduce other properties for error messages used when specific validation conditions are not met. Please refer to individual class API documentation for details about these properties. By convention, t

grid\Column $filterOptions

$filterOptions public property The HTML attributes for the filter cell tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $filterOptions = []

swiftmailer\Message setCharset()

setCharset() public method Sets the character set of this message. public $this setCharset ( $charset )$charset string Character set name. return $this Self reference.

swiftmailer\Message setBody()

setBody() protected method Sets the message body. If body is already set and its content type matches given one, it will be overridden, if content type miss match the multipart message will be composed. protected void setBody ( $body, $contentType )$body string Body content. $contentType string Body content type.

db\QueryBuilder __construct()

__construct() public method Constructor. public void __construct ( $connection, $config = [] )$connection yii\db\Connection The database connection. $config array Name-value pairs that will be used to initialize the object properties

base\Application getI18n()

getI18n() public method Returns the internationalization (i18n) component public yii\i18n\I18N getI18n ( )return yii\i18n\I18N The internationalization application component.

twig\ViewRenderer addExtensions()

addExtensions() public method Adds custom extensions public void addExtensions ( $extensions )$extensions array @see self::$extensions

validators\DateValidator $format

$format public property The date format that the value being validated should follow. This can be a date time pattern as described in the ICU manual. Alternatively this can be a string prefixed with php: representing a format that can be recognized by the PHP Datetime class. Please refer to http://php.net/manual/en/datetime.createfromformat.php on supported formats. If this property is not set, the default value will be obtained from Yii::$app->formatter->dateFormat, see yii\i18n\Form