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

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.

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 ( )

debug\Module $toolbarHtml

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

caching\DbCache $cacheTable

$cacheTable public property Name of the DB table to store cache content. The table should be pre-created as follows: CREATE TABLE cache ( id char(128) NOT NULL PRIMARY KEY, expire int(11), data BLOB ); where 'BLOB' refers to the BLOB-type of your preferred DBMS. Below are the BLOB type that can be used for some popular DBMS: MySQL: LONGBLOB PostgreSQL: BYTEA MSSQL: BLOB When using DbCache in a production server, we recommend you create a DB index for the 'expire' column in the

db\ColumnSchema $name

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

base\Object __construct()

__construct() public method Constructor. The default implementation does two things: Initializes the object with the given configuration $config. Call init(). If this method is overridden in a child class, it is recommended that the last parameter of the constructor is a configuration array, like $config here. call the parent implementation at the end of the constructor. public void __construct ( $config = [] )$config array Name-value pairs that will be used to initialize the object prop

authclient\Weibo defaultName()

defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.