base\Model setScenario()

setScenario() public method Sets the scenario for the model. Note that this method does not check if the scenario exists or not. The method validate() will perform this check. public void setScenario ( $value )$value string The scenario that this model is in.

db\TableSchema $columns

$columns public property Column metadata of this table. Each array element is a yii\db\ColumnSchema object, indexed by column names. public yii\db\ColumnSchema[] $columns = []

caching\TagDependency generateDependencyData()

generateDependencyData() protected method Generates the data needed to determine if dependency has been changed. This method does nothing in this class. protected mixed generateDependencyData ( $cache )$cache yii\caching\Cache The cache component that is currently evaluating this dependency return mixed The data needed to determine if dependency has been changed.

helpers\FormatConverter

All Classes | Properties | Methods Inheritance yii\helpers\FormatConverter » yii\helpers\BaseFormatConverter Available since version 2.0 Source Code https://github.com/yiisoft/yii2/blob/master/framework/helpers/FormatConverter.php FormatConverter provides functionality to convert between different formatting pattern formats. It provides functions to convert date format patterns between different conventions. Public Properties Property Type Description Defined By $juiFallbackDatePatterns

db\pgsql\QueryBuilder checkIntegrity()

checkIntegrity() public method Builds a SQL statement for enabling or disabling integrity check. public string checkIntegrity ( $check = true, $schema = '', $table = '' )$check boolean Whether to turn on or off the integrity check. $schema string The schema of the tables. $table string The table name. return string The SQL statement for checking integrity

bootstrap\Nav $params

$params public property The parameters used to determine if a menu item is active or not. If not set, it will use $_GET. See also: $route isItemActive() public array $params = null

helpers\BaseInflector classify()

classify() public static method Converts a table name to its class name. For example, converts "people" to "Person" public static string classify ( $tableName )$tableName string

helpers\BaseInflector tableize()

tableize() public static method Converts a class name to its table name (pluralized) naming conventions. For example, converts "Person" to "people" public static string tableize ( $className )$className string The class name for getting related table_name

filters\ContentNegotiator isLanguageSupported()

isLanguageSupported() protected method Returns a value indicating whether the requested language matches the supported language. protected boolean isLanguageSupported ( $requested, $supported )$requested string The requested language code $supported string The supported language code return boolean Whether the requested language is supported

authclient\signature\RsaSha1 generateSignature()

generateSignature() public method Generates OAuth request signature. public string generateSignature ( $baseString, $key )$baseString string Signature base string. $key string Signature key. return string Signature string.