mongodb\Command getWriteConcern()

getWriteConcern() public method Returns write concern for this command. public \MongoDB\Driver\WriteConcern|null getWriteConcern ( )return \MongoDB\Driver\WriteConcern|null Write concern to be used in this command.

bootstrap\Tabs $encodeLabels

$encodeLabels public property Whether the labels for header items should be HTML-encoded. public boolean $encodeLabels = true

sphinx\Connection $lastInsertID

$lastInsertID public read-only property The row ID of the last row inserted, or the last value retrieved from the sequence object public string getLastInsertID ( $sequenceName = '' )

captcha\Captcha $imageOptions

$imageOptions public property HTML attributes to be applied to the CAPTCHA image tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $imageOptions = []

db\StaleObjectException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

gii\generators\model\Generator $tablePrefix

$tablePrefix public read-only property public string getTablePrefix ( )

base\Object hasProperty()

hasProperty() public method Returns a value indicating whether a property is defined. A property is defined if: the class has a getter or setter 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: canGetProperty() canSetProperty() public boolean hasProperty ( $name, $checkVars = true )$name string The property name $checkVars boolean Whether to treat mem

web\Application handleRequest()

handleRequest() public method Handles the specified request. public yii\web\Response handleRequest ( $request )$request yii\web\Request The request to be handled return yii\web\Response The resulting response throws yii\web\NotFoundHttpException if the requested route is invalid

debug\models\search\Db rules()

rules() public method Returns the validation rules for attributes. Validation rules are used by validate() to check if attribute values are valid. Child classes may override this method to declare different validation rules. Each rule is an array with the following structure: [ ['attribute1', 'attribute2'], 'validator type', 'on' => ['scenario1', 'scenario2'], //...other parameters... ] where attribute list: required, specifies the attributes array to be validated, for s

debug\components\search\matchers\MatcherInterface setValue()

setValue() public abstract method Sets base value to match against public abstract void setValue ( $value )$value mixed