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\ActiveQuery EVENT_INIT

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

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

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.

mongodb\file\ActiveQuery EVENT_INIT

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

gii\Generator $name

$name public read-only property Name of the code generator public abstract string getName ( )

web\User logout()

logout() public method Logs out the current user. This will remove authentication-related session data. If $destroySession is true, all session data will be removed. public boolean logout ( $destroySession = true )$destroySession boolean Whether to destroy the whole session. Defaults to true. This parameter is ignored if $enableSession is false. return boolean Whether the user is logged out

mongodb\file\Download $bytes

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

sphinx\Query $connection

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

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