rbac\Item $data

$data public property The additional data associated with this item public mixed $data = null

widgets\BaseListView $options

$options public property The HTML attributes for the container tag of the list view. The "tag" element specifies the tag name of the container element and defaults to "div". See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = []

captcha\CaptchaValidator $captchaAction

$captchaAction public property The route of the controller action that renders the CAPTCHA image. public string $captchaAction = 'site/captcha'

caching\MemCacheServer $port

$port public property Memcache server port public integer $port = 11211

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

authclient\Weibo defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.

rbac\PhpManager getItems()

getItems() public method Returns the items of the specified type. public yii\rbac\Item[] getItems ( $type )$type integer The auth item type (either yii\rbac\Item::TYPE_ROLE or yii\rbac\Item::TYPE_PERMISSION return yii\rbac\Item[] The auth items of the specified type.

db\QueryTrait $offset

$offset public property Zero-based offset from where the records are to be returned. If not set or less than 0, it means starting from the beginning. public integer $offset = null

mongodb\ActiveRecord getCollection()

getCollection() public static method Return the Mongo collection instance for this AR class. public static yii\mongodb\Collection getCollection ( )return yii\mongodb\Collection Collection instance.

db\Connection EVENT_ROLLBACK_TRANSACTION

EVENT_ROLLBACK_TRANSACTION event of type \yii\db\Event An event that is triggered right after a top-level transaction is rolled back