mutex\OracleMutex $releaseOnCommit

$releaseOnCommit public property Whether to release lock on commit. public boolean $releaseOnCommit = false

sphinx\Schema getIndexSchema()

getIndexSchema() public method Obtains the metadata for the named index. public yii\sphinx\IndexSchema|null getIndexSchema ( $name, $refresh = false )$name string Index name. The index name may contain schema name if any. Do not quote the index name. $refresh boolean Whether to reload the index schema even if it is found in the cache. return yii\sphinx\IndexSchema|null Index metadata. null - if the named index does not exist.

authclient\Weibo $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://api.weibo.com/oauth2/access_token'

base\Object canGetProperty()

canGetProperty() public method Returns a value indicating whether a property can be read. A property is readable if: the class has a getter method associated with the specified name (in this case, property name is case-insensitive); the class has a member variable with the specified name (when $checkVars is true); See also canSetProperty(). public boolean canGetProperty ( $name, $checkVars = true )$name string The property name $checkVars boolean Whether to treat member variables as pr

authclient\BaseClient getTitle()

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

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 = []

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

authclient\WeChat $authUrl

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

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

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.