validators\UniqueValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

web\HeaderCollection has()

has() public method Returns a value indicating whether the named header exists. public boolean has ( $name )$name string The name of the header return boolean Whether the named header exists

validators\UniqueValidator $targetAttribute

$targetAttribute public property The name of the ActiveRecord attribute that should be used to validate the uniqueness of the current attribute value. If not set, it will use the name of the attribute currently being validated. You may use an array to validate the uniqueness of multiple columns at the same time. The array values are the attributes that will be used to validate the uniqueness, while the array keys are the attributes whose values are to be validated. If the key and the value

redis\Connection EVENT_AFTER_OPEN

EVENT_AFTER_OPEN event of type \yii\redis\Event An event that is triggered after a DB connection is established

widgets\Menu $linkTemplate

$linkTemplate public property The template used to render the body of a menu which is a link. In this template, the token {url} will be replaced with the corresponding link URL; while {label} will be replaced with the link text. This property will be overridden by the template option set in individual menu items via $items. public string $linkTemplate = '<a href="{url}">{label}</a>'

console\controllers\AssetController $bundles

$bundles public property List of asset bundles to be compressed. public array $bundles = []

mongodb\BatchQueryResult rewind()

rewind() public method Resets the iterator to the initial state. This method is required by the interface Iterator. public void rewind ( )

web\AssetManager loadDummyBundle()

loadDummyBundle() protected method Loads dummy bundle by name protected yii\web\AssetBundle loadDummyBundle ( $name )$name string

debug\components\search\matchers\Base $value

$value public write-only property public void setValue ( $value )

helpers\StringHelper

All Classes | Methods Inheritance yii\helpers\StringHelper » yii\helpers\BaseStringHelper Available since version 2.0 Source Code https://github.com/yiisoft/yii2/blob/master/framework/helpers/StringHelper.php StringHelper Public Methods Method Description Defined By basename() Returns the trailing name component of a path. yii\helpers\BaseStringHelper byteLength() Returns the number of bytes in the given string. yii\helpers\BaseStringHelper byteSubstr() Returns the portion of string spe