gii\generators\model\Generator getTableNames()

getTableNames() protected method protected array getTableNames ( )return array The table names that match the pattern specified by $tableName.

debug\panels\AssetPanel formatOptions()

formatOptions() protected method Format associative array of params to simple value. protected array formatOptions ( array &$params )$params array

console\controllers\MessageController $sourcePath

$sourcePath public property Required, root directory of all source files. public string $sourcePath = '@yii'

grid\Column $visible

$visible public property Whether this column is visible. Defaults to true. public boolean $visible = true

i18n\GettextMoFile load()

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

bootstrap\BaseHtml activeStaticControl()

activeStaticControl() public static method Generates a Bootstrap static form control for the given model attribute. See also staticControl(). public static string activeStaticControl ( $model, $attribute, $options = [] )$model yii\base\Model The model object. $attribute string The attribute name or expression. See getAttributeName() for the format about attribute expression. $options array The tag options in terms of name-value pairs. See staticControl() for details. return string

swiftmailer\Message getPriority()

getPriority() public method (available since version 2.0.6) Returns the priority of this message. public integer getPriority ( )return integer Priority value as integer in range: 1..5, where 1 is the highest priority and 5 is the lowest.

web\XmlResponseFormatter buildXml()

buildXml() protected method protected void buildXml ( $element, $data )$element DOMElement $data mixed

db\QueryBuilder buildExistsCondition()

buildExistsCondition() public method Creates an SQL expressions with the EXISTS operator. public string buildExistsCondition ( $operator, $operands, &$params )$operator string The operator to use (e.g. EXISTS or NOT EXISTS) $operands array Contains only one element which is a yii\db\Query object representing the sub-query. $params array The binding parameters to be populated return string The generated SQL expression throws yii\base\InvalidParamException if the operand is not

web\UrlNormalizer $normalizeTrailingSlash

$normalizeTrailingSlash public property Whether trailing slash should be normalized according to the suffix settings of the rule public boolean $normalizeTrailingSlash = true