db\ColumnSchemaBuilder buildAppendString()

buildAppendString() protected method (available since version 2.0.9) Builds the custom string that's appended to column definition. protected string buildAppendString ( )return string Custom string to append.

debug\components\TimelineDataProvider prepareModels()

prepareModels() protected method Prepares the data models that will be made available in the current page. protected array prepareModels ( )return array The available data models

di\ServiceLocator $components

$components public property The list of the component definitions or the loaded component instances (ID => definition or instance). public array getComponents ( $returnDefinitions = true )public void setComponents ( $components )

gii\console\GenerateController getActionArgsHelp()

getActionArgsHelp() public method Returns the help information for the anonymous arguments for the action. The returned value should be an array. The keys are the argument names, and the values are the corresponding help information. Each value must be an array of the following structure: required: boolean, whether this argument is required. type: string, the PHP type of this argument. default: string, the default value of this argument comment: string, the comment of this argument The defa

helpers\BaseConsole beginAnsiFormat()

beginAnsiFormat() public static method Echoes an ANSI format code that affects the formatting of any text that is printed afterwards. See also: ansiFormatCode() endAnsiFormat() public static void beginAnsiFormat ( $format )$format array An array containing formatting values. You can pass any of the FG_*, BG_* and TEXT_* constants and also xtermFgColor() and xtermBgColor() to specify a format.

sphinx\Connection quoteIndexName()

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

debug\models\search\Debug $statusCode

$statusCode public property Status code attribute input search value public string $statusCode = null

validators\NumberValidator validateAttribute()

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.

bootstrap\Modal $footerOptions

$footerOptions public property (available since version 2.0.1) Additional footer options See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public string $footerOptions = null

mongodb\file\Download getSize()

getSize() public method Returns the size of the associated file. public integer getSize ( )return integer File size.