rbac\BaseManager add()

add() public method Adds a role, permission or rule to the RBAC system. public boolean add ( $object )$object yii\rbac\Role|yii\rbac\Permission|yii\rbac\Rule return boolean Whether the role, permission or rule is successfully added to the system throws Exception if data validation or saving fails (such as the name of the role or permission is not unique)

twig\ViewRenderer addAliases()

addAliases() protected method Adds aliases protected void addAliases ( $loader, $aliases )$loader \Twig_Loader_Filesystem $aliases array

debug\Module setYiiLogo()

setYiiLogo() public static method Sets the logo URL to be used in <img src=" public static void setYiiLogo ( $logo )$logo string The logo URL

db\SchemaBuilderTrait bigInteger()

bigInteger() public method (available since version 2.0.6) Creates a bigint column. public yii\db\ColumnSchemaBuilder bigInteger ( $length = null )$length integer Column size or precision definition. This parameter will be ignored if not supported by the DBMS. return yii\db\ColumnSchemaBuilder The column instance which can be further customized.

debug\panels\LogPanel $detail

$detail public read-only property Content that is displayed in debugger detail view public string getDetail ( )

db\QueryTrait andWhere()

andWhere() public method Adds an additional WHERE condition to the existing one. The new condition and the existing one will be joined using the 'AND' operator. See also: where() orWhere() public $this andWhere ( $condition )$condition string|array The new WHERE condition. Please refer to where() on how to specify this parameter. return $this The query object itself

web\UrlNormalizerRedirectException $url

$url public property The parameter to be used to generate a valid URL for redirection See also [[yii\helpers\Url::to()]]. public array|string $url = null

captcha\CaptchaValidator $caseSensitive

$caseSensitive public property Whether the comparison is case sensitive. Defaults to false. public boolean $caseSensitive = false

elasticsearch\BatchQueryResult reset()

reset() public method Resets the batch query. This method will clean up the existing batch query so that a new batch query can be performed. public void reset ( )

validators\EmailValidator $pattern

$pattern public property The regular expression used to validate the attribute value. See also http://www.regular-expressions.info/email.html. public string $pattern = '/^[a-zA-Z0-9!#$%&\'*+\\/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&\'*+\\/=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$/'