base\View afterRender()

afterRender() public method This method is invoked right after renderFile() renders a view file. The default implementation will trigger the EVENT_AFTER_RENDER event. If you override this method, make sure you call the parent implementation first. public void afterRender ( $viewFile, $params, &$output )$viewFile string The view file being rendered. $params array The parameter array passed to the render() method. $output string The rendering result of the view file. Updates to thi

web\UnsupportedMediaTypeHttpException __construct()

__construct() public method Constructor. public void __construct ( $message = null, $code = 0, Exception $previous = null )$message string Error message $code integer Error code $previous Exception The previous exception used for the exception chaining.

gii\Generator autoCompleteData()

autoCompleteData() public method Returns the list of auto complete values. The array keys are the attribute names, and the array values are the corresponding auto complete values. Auto complete values can also be callable typed in order one want to make postponed data generation. public array autoCompleteData ( )return array The list of auto complete values

sphinx\Query $connection

$connection public property Sphinx connection instance public yii\sphinx\Connection getConnection ( )public $this setConnection ( $connection )

mongodb\file\Download $bytes

$bytes public read-only property File content. public string getBytes ( )

db\mssql\QueryBuilder renameTable()

renameTable() public method Builds a SQL statement for renaming a DB table. public string renameTable ( $oldName, $newName )$oldName string The table to be renamed. The name will be properly quoted by the method. $newName string The new table name. The name will be properly quoted by the method. return string The SQL statement for renaming a DB table.

Logging

Log Messages Log Targets Performance Profiling Yii provides a powerful logging framework that is highly customizable and extensible. Using this framework, you can easily log various types of messages, filter them, and gather them at different targets, such as files, databases, emails. Using the Yii logging framework involves the following steps: Record log messages at various places in your code; Configure log targets in the application configuration to filter and export log messages; Examine

redis\ActiveQuery EVENT_INIT

EVENT_INIT event of type \yii\redis\Event An event that is triggered when the query is initialized via init().

db\sqlite\ColumnSchemaBuilder buildUnsignedString()

buildUnsignedString() protected method Builds the unsigned string for column. Defaults to unsupported. protected string buildUnsignedString ( )return string A string containing UNSIGNED keyword.

redis\Connection $luaScriptBuilder

$luaScriptBuilder public read-only property public yii\redis\LuaScriptBuilder getLuaScriptBuilder ( )