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 )

twig\ViewRenderer addFallbackPaths()

addFallbackPaths() protected method (available since version 2.0.5) Adds fallback paths to twig loader protected void addFallbackPaths ( $loader, $theme )$loader \Twig_Loader_Filesystem $theme yii\base\Theme|null

debug\panels\RequestPanel getSummary()

getSummary() public method public string getSummary ( )return string Content that is displayed at debug toolbar

authclient\OpenId $verifyPeer

$verifyPeer public property Whether to verify the peer's certificate. public boolean $verifyPeer = null

web\ServerErrorHttpException __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.

log\Target getContextMessage()

getContextMessage() protected method Generates the context information to be logged. The default implementation will dump user information, system variables, etc. protected string getContextMessage ( )return string The context information. If an empty string, it means no context information.

base\Controller __construct()

__construct() public method public void __construct ( $id, $module, $config = [] )$id string The ID of this controller. $module yii\base\Module The module that this controller belongs to. $config array Name-value pairs that will be used to initialize the object properties.

db\Connection quoteColumnName()

quoteColumnName() public method Quotes a column name for use in a query. If the column name contains prefix, the prefix will also be properly quoted. If the column name is already quoted or contains special characters including '(', '[[' and '{{', then this method will do nothing. public string quoteColumnName ( $name )$name string Column name return string The properly quoted column name

behaviors\AttributeTypecastBehavior typecastAttributes()

typecastAttributes() public method Typecast owner attributes according to $attributeTypes. public void typecastAttributes ( $attributeNames = null )$attributeNames array List of attribute names that should be type-casted. If this parameter is empty, it means any attribute listed in the $attributeTypes should be type-casted.

sphinx\Connection $schemaMap

$schemaMap public property Mapping between PDO driver names and yii\sphinx\Schema classes. The keys of the array are PDO driver names while the values the corresponding schema class name or configuration. Please refer to \yii\sphinx\Yii::createObject() for details on how to specify a configuration. This property is mainly used by getSchema() when fetching the database schema information. You normally do not need to set this property unless you want to use your own yii\sphinx\Schema class to