bootstrap\Progress $percent

$percent public property The amount of progress as a percentage. public integer $percent = 0

base\Module $module

$module public property The parent module of this module. null if this module does not have a parent. public yii\base\Module $module = null

codeception\BasePage __construct()

__construct() public method Constructor. public void __construct ( $I )$I \Codeception\Actor The testing guy object

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.

db\ActiveQueryTrait $modelClass

$modelClass public property The name of the ActiveRecord class. public string $modelClass = null

db\ColumnSchema $isPrimaryKey

$isPrimaryKey public property Whether this column is a primary key public boolean $isPrimaryKey = null

base\Application $vendorPath

$vendorPath public property The directory that stores vendor files. Defaults to "vendor" directory under $basePath. public string getVendorPath ( )public void setVendorPath ( $path )

db\Command $db

$db public property The DB connection that this command is associated with public yii\db\Connection $db = null