data\Pagination $pageCount

$pageCount public read-only property Number of pages public integer getPageCount ( )

console\Controller isColorEnabled()

isColorEnabled() public method Returns a value indicating whether ANSI color is enabled. ANSI color is enabled only if $color is set true or is not set and the terminal supports ANSI color. public boolean isColorEnabled ( $stream = \STDOUT )$stream resource The stream to check. return boolean Whether to enable ANSI style in output.

validators\RangeValidator validateValue()

validateValue() protected method Validates a value. A validator class can implement this method to support data validation out of the context of a data model. protected array|null validateValue ( $value )$value mixed The data value to be validated. return array|null The error message and the parameters to be inserted into the error message. Null should be returned if the data is valid. throws yii\base\NotSupportedException if the validator does not supporting data validation withou

debug\panels\DbPanel hasExplain()

hasExplain() protected method (available since version 2.0.5) protected boolean hasExplain ( )return boolean Whether the DB component has support for EXPLAIN queries

di\Container build()

build() protected method Creates an instance of the specified class. This method will resolve dependencies of the specified class, instantiate them, and inject them into the new instance of the specified class. protected object build ( $class, $params, $config )$class string The class name $params array Constructor parameters $config array Configurations to be applied to the new instance return object The newly created instance of the specified class throws yii\di\NotInstantiableE

mongodb\Connection $enableLogging

$enableLogging public property (available since version 2.1) Whether to log command and query executions. While enabled this option may reduce performance, since MongoDB commands may contain large data, consuming both CPU and memory. It make sense to disable this option at production environment. public boolean $enableLogging = true

validators\RegularExpressionValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

db\QueryTrait $limit

$limit public property Maximum number of records to be returned. If not set or less than 0, it means no limit. public integer $limit = null

debug\Module $toolbarHtml

$toolbarHtml public read-only property public void getToolbarHtml ( )

db\ColumnSchema $name

$name public property Name of this column (without quotes). public string $name = null