captcha\CaptchaAction $testLimit

$testLimit public property How many times should the same CAPTCHA be displayed. Defaults to 3. A value less than or equal to 0 means the test is unlimited (available since version 1.1.2). public integer $testLimit = 3

web\UploadedFile $hasError

$hasError public read-only property Whether there is an error with the uploaded file. Check $error for detailed error code information. public boolean getHasError ( )

elasticsearch\BulkCommand addDeleteAction()

addDeleteAction() public method Adds a delete action to the command. public void addDeleteAction ( $id, $index = null, $type = null )$id string Document ID $index string Index that the document belogs to. Can be set to null if the command has a default index (yii\elasticsearch\BulkCommand::$index) assigned. $type string Type that the document belogs to. Can be set to null if the command has a default type (yii\elasticsearch\BulkCommand::$type) assigned.

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