bootstrap\Nav renderItem()

renderItem() public method Renders a widget's item. public string renderItem ( $item )$item string|array The item to render. return string The rendering result. throws yii\base\InvalidConfigException

mongodb\rbac\MongoDbManager getChildRoles()

getChildRoles() public method (available since version 2.1.2) Returns the roles that are adding to the role via addChild() by recursive. public yii\rbac\Role[] getChildRoles ( $roleName )$roleName string Name of parent Role. return yii\rbac\Role[] All roles directly adding to the role. The array is indexed by the role names. First element is a Role item that are getting by $roleName. throws yii\base\InvalidParamException if Role was not found that are getting by $roleName

rbac\DbManager populateItem()

populateItem() protected method Populates an auth item with the data fetched from database protected yii\rbac\Item populateItem ( $row )$row array The data from the auth item table return yii\rbac\Item The populated auth item instance (either Role or Permission)

authclient\OpenId setTrustRoot()

setTrustRoot() public method public void setTrustRoot ( $value )$value string Client trust root (realm).

authclient\clients\Live $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://login.live.com/oauth20_token.srf'

widgets\FragmentCache run()

run() public method Marks the end of content to be cached. Content displayed before this method call and after init() will be captured and saved in cache. This method does nothing if valid content is already found in cache. public void run ( )

db\BaseActiveRecord updateInternal()

updateInternal() protected method See also update(). protected integer|false updateInternal ( $attributes = null )$attributes array Attributes to update return integer|false The number of rows affected, or false if beforeSave() stops the updating process. throws yii\db\StaleObjectException

web\Request $scriptUrl

$scriptUrl public property The relative URL of the entry script. public string getScriptUrl ( )public void setScriptUrl ( $value )

filters\HttpCache beforeAction()

beforeAction() public method This method is invoked right before an action is to be executed (after all possible filters.) You may override this method to do last-minute preparation for the action. public boolean beforeAction ( $action )$action yii\base\Action The action to be executed. return boolean Whether the action should continue to be executed.

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