authclient\OAuthToken setToken()

setToken() public method Sets token value. public $this setToken ( $token )$token string Token value. return $this The object itself

captcha\CaptchaAction $padding

$padding public property Padding around the text. Defaults to 2. public integer $padding = 2

elasticsearch\Connection decodeErrorBody()

decodeErrorBody() protected method Try to decode error information if it is valid json, return it if not. protected mixed decodeErrorBody ( $body )$body

debug\models\search\Db $query

$query public property Query attribute input search value public integer $query = null

base\Event $data

$data public property The data that is passed to yii\base\Component::on() when attaching an event handler. Note that this varies according to which event handler is currently executing. public mixed $data = null

sphinx\gii\model\Generator 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

widgets\ActiveField $form

$form public property The form that this field is associated with. public yii\widgets\ActiveForm $form = null

sphinx\Schema initIndexesInfo()

initIndexesInfo() protected method Initializes information about name and type of all index in the Sphinx. protected void initIndexesInfo ( )

log\DbTarget export()

export() public method Stores log messages to DB. public void export ( )

mongodb\Migration endProfile()

endProfile() protected method (available since version 2.1.1) Marks the end of a code block for profiling. protected void endProfile ( $token )$token string Token for the code block.