bootstrap\Progress init()

init() public method Initializes the widget. If you override this method, make sure you call the parent implementation first. public void init ( )

authclient\WeChat $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://open.weixin.qq.com/connect/qrconnect'

db\sqlite\QueryBuilder buildSubqueryInCondition()

buildSubqueryInCondition() protected method Builds SQL for IN condition protected string buildSubqueryInCondition ( $operator, $columns, $values, &$params )$operator string $columns array $values yii\db\Query $params array return string SQL throws yii\base\NotSupportedException if $columns is an array

bootstrap\NavBar $options

$options public property The HTML attributes for the widget container tag. The following special options are recognized: tag: string, defaults to "nav", the name of the container tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = []

authclient\BaseClient getTitle()

getTitle() public method public string getTitle ( )return string Service title.

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

data\Pagination $pageCount

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

web\Session $savePath

$savePath public property The current session save path, defaults to '/tmp'. public string getSavePath ( )public void setSavePath ( $value )