debug\Panel getName()

getName() public method public string getName ( )return string Name of the panel

gii\console\GenerateController __set()

__set() public method Sets the value of a component property. This method will check in the following order and act accordingly: a property defined by a setter: set the property value an event in the format of "on xyz": attach the handler to the event "xyz" a behavior in the format of "as xyz": attach the behavior named as "xyz" a property of a behavior: set the behavior property value Do not call this method directly as it is a PHP magic method that will be implicitly called when executing

gii\console\GenerateController $uniqueID

$uniqueID public read-only property public void getUniqueID ( )

authclient\OAuth1 composeSignatureKey()

composeSignatureKey() protected method Composes request signature key. protected string composeSignatureKey ( )return string Signature key.

widgets\MaskedInput $clientOptions

$clientOptions public property The JQuery plugin options for the input mask plugin. See also https://github.com/RobinHerbots/jquery.inputmask. public array $clientOptions = []

sphinx\QueryBuilder delete()

delete() public method Creates a DELETE SQL statement. For example, $sql = $queryBuilder->delete('idx_user', 'status = 0'); The method will properly escape the index and column names. public string delete ( $index, $condition, &$params )$index string The index where the data will be deleted from. $condition array|string The condition that will be put in the WHERE part. Please refer to yii\sphinx\Query::where() on how to specify condition. $params array The binding parameter

debug\models\search\Mail 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

mail\BaseMessage $mailer

$mailer public property The mailer instance that created this message. For independently created messages this is null. public yii\mail\MailerInterface $mailer = null

authclient\widgets\AuthChoice setBaseAuthUrl()

setBaseAuthUrl() public method public void setBaseAuthUrl ( array $baseAuthUrl )$baseAuthUrl array Base auth URL configuration.

data\Pagination getOffset()

getOffset() public method public integer getOffset ( )return integer The offset of the data. This may be used to set the OFFSET value for a SQL statement for fetching the current page of data.