$languageParam public property The name of the GET parameter that specifies the application language. Note that if the specified language does not match any of $languages, the first language in $languages will be used. If the parameter value is empty or if this property is null, the application language will be determined based on the Accept-Language HTTP header only. See also $languages. public string $languageParam = '_lang'
isPrimaryKey() public abstract static method Returns a value indicating whether the given set of attributes represents the primary key for this model public abstract static boolean isPrimaryKey ( $keys )$keys array The set of attributes to check return boolean Whether the given set of attributes represents the primary key for this model
dropColumn() public method Builds a SQL statement for dropping a DB column. public string dropColumn ( $table, $column )$table string The table whose column is to be dropped. The name will be properly quoted by the method. $column string The name of the column to be dropped. The name will be properly quoted by the method. return string The SQL statement for dropping a DB column. throws yii\base\NotSupportedException this is not supported by SQLite
initPanels() protected method Initializes panels. protected void initPanels ( )
$fileMap public property Mapping between message categories and the corresponding message file paths. The file paths are relative to $basePath. For example, [ 'core' => 'core.php', 'ext' => 'extensions.php', ] public array $fileMap = null
$password public property The password for establishing DB connection. Defaults to null meaning no AUTH command is send. See http://redis.io/commands/auth public string $password = null
load() public method Loads messages from an MO file. public array load ( $filePath, $context )$filePath string File path $context string Message context return array Message translations. Array keys are source messages and array values are translated messages: source message => translated message. throws yii\base\Exception if unable to read the MO file
validateAttribute() public method Validates a single attribute. Child classes must implement this method to provide the actual validation logic. public void validateAttribute ( $model, $attribute )$model yii\base\Model The data model to be validated $attribute string The name of the attribute to be validated.
$summary public read-only property Content that is displayed at debug toolbar public string getSummary ( )
$indexName public property public $indexName = null
Page 541 of 633