mail\BaseMailer getView()

getView() public method public yii\web\View getView ( )return yii\web\View View instance.

db\mssql\QueryBuilder dropCommentFromTable()

dropCommentFromTable() public method (available since version 2.0.8) Builds a SQL command for adding comment to table public string dropCommentFromTable ( $table )$table string The table whose column is to be commented. The table name will be properly quoted by the method. return string The SQL statement for adding comment on column

db\mssql\QueryBuilder isOldMssql()

isOldMssql() protected method protected boolean isOldMssql ( )return boolean Whether the version of the MSSQL being used is older than 2012. throws yii\base\InvalidConfigException throws yii\db\Exception

console\Controller $interactive

$interactive public property Whether to run the command interactively. public boolean $interactive = true

elasticsearch\ElasticsearchTarget $includeContext

$includeContext public property If true, context will be included in every message. This is convenient if you log application errors and analyze them with tools like Kibana. public boolean $includeContext = false

elasticsearch\ElasticsearchTarget export()

export() public method Exports log $messages to a specific destination. Child classes must implement this method. public void export ( )

data\SqlDataProvider init()

init() public method Initializes the DB connection component. This method will initialize the $db property to make sure it refers to a valid DB connection. public void init ( )throws yii\base\InvalidConfigException if $db is invalid.

mongodb\file\Upload $filename

$filename public property Filename to be used for file storage. public string $filename = null

behaviors\SluggableBehavior generateUniqueSlug()

generateUniqueSlug() protected method Generates slug using configured callback or increment of iteration. protected string generateUniqueSlug ( $baseSlug, $iteration )$baseSlug string Base slug value $iteration integer Iteration number return string New slug value throws yii\base\InvalidConfigException

i18n\Formatter $calendar

$calendar public property (available since version 2.0.7) The calendar to be used for date formatting. The value of this property will be directly passed to the constructor of the IntlDateFormatter class. Defaults to null, which means the Gregorian calendar will be used. You may also explicitly pass the constant \IntlDateFormatter::GREGORIAN for Gregorian calendar. To use an alternative calendar like for example the Jalali calendar, set this property to \IntlDateFormatter::TRADITIONAL. The