sphinx\ActiveRecord update()

update() public method Saves the changes to this active record into the associated Sphinx index. This method performs the following steps in order: call beforeValidate() when $runValidation is true. If validation fails, it will skip the rest of the steps; call afterValidate() when $runValidation is true. call beforeSave(). If the method returns false, it will skip the rest of the steps; save the record into index. If this fails, it will skip the rest of the steps; call afterSave(); In the a

authclient\InvalidResponseException __construct()

__construct() public method Constructor. public void __construct ( $responseHeaders, $responseBody, $message = null, $code = 0, Exception $previous = null )$responseHeaders array Response headers $responseBody string Response body $message string Error message $code integer Error code $previous Exception The previous exception used for the exception chaining.

web\Request $isSecureConnection

$isSecureConnection public read-only property If the request is sent via secure channel (https) public boolean getIsSecureConnection ( )

bootstrap\ButtonDropdown $split

$split public property Whether to display a group of split-styled button group. public boolean $split = false

db\Connection $serverStatusCache

$serverStatusCache public property The cache object or the ID of the cache application component that is used to store the health status of the DB servers specified in $masters and $slaves. This is used only when read/write splitting is enabled or $masters is not empty. public yii\caching\Cache|string $serverStatusCache = 'cache'

widgets\ActiveForm $successCssClass

$successCssClass public property The CSS class that is added to a field container when the associated attribute is successfully validated. public string $successCssClass = 'has-success'

sphinx\QueryBuilder $db

$db public property The Sphinx connection. public yii\sphinx\Connection $db = null

mongodb\Migration createIndexes()

createIndexes() public method (available since version 2.1) Creates indexes in the collection. public void createIndexes ( $collection, $indexes )$collection string|array Name of the collection $indexes array Indexes specifications.

base\Application $uniqueId

$uniqueId public read-only property The unique ID of the module. public string getUniqueId ( )

bootstrap\Html

All Classes | Properties | Methods Inheritance yii\bootstrap\Html » yii\bootstrap\BaseHtml » yii\helpers\Html » yii\helpers\BaseHtml Available since version 2.0.5 Source Code https://github.com/yiisoft/yii2-bootstrap/blob/master/Html.php Html is an enhanced version of yii\helpers\Html helper class dedicated to the Bootstrap needs. This class inherits all functionality available at yii\helpers\Html and can be used as substitute. Attention: do not confuse yii\bootstrap\Html and yii\helpers