mail\BaseMailer render()

render() public method Renders the specified view with optional parameters and layout. The view will be rendered using the $view component. public string render ( $view, $params = [], $layout = false )$view string The view name or the path alias of the view file. $params array The parameters (name-value pairs) that will be extracted and made available in the view file. $layout string|boolean Layout view name or path alias. If false, no layout will be applied. return string The re

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.

jui\Menu $clientEvents

$clientEvents public property The event handlers for the underlying jQuery UI widget. Please refer to the corresponding jQuery UI widget Web page for possible events. For example, this page shows how to use the "Accordion" widget and the supported events (e.g. "create"). public array $clientEvents = []

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

mongodb\Command $db

$db public property The MongoDB connection that this command is associated with. public yii\mongodb\Connection $db = null

bootstrap\Nav run()

run() public method Renders the widget. public void run ( )