mongodb\rbac\MongoDbManager removeAllItems()

removeAllItems() protected method Removes all auth items of the specified type. protected void removeAllItems ( $type )$type integer The auth item type (either Item::TYPE_PERMISSION or Item::TYPE_ROLE)

base\ErrorHandler handleHhvmError()

handleHhvmError() public method (available since version 2.0.6) Handles HHVM execution errors such as warnings and notices. This method is used as a HHVM error handler. It will store exception that will be used in fatal error handler public boolean handleHhvmError ( $code, $message, $file, $line, $context, $backtrace )$code integer The level of the error raised. $message string The error message. $file string The filename that the error was raised in. $line integer The line number

behaviors\AttributeTypecastBehavior $typecastBeforeSave

$typecastBeforeSave public property Whether to perform typecasting before saving owner model (insert or update). This option may be disabled in order to achieve better performance. For example, in case of yii\db\ActiveRecord usage, typecasting before save will grant no benefit an thus can be disabled. Note that changing this option value will have no effect after this behavior has been attached to the model. public boolean $typecastBeforeSave = false

rest\Controller verbs()

verbs() protected method Declares the allowed HTTP verbs. Please refer to yii\filters\VerbFilter::$actions on how to declare the allowed verbs. protected array verbs ( )return array The allowed HTTP verbs.

authclient\OAuth1 composeAuthorizationHeader()

composeAuthorizationHeader() protected method Composes authorization header content. protected string composeAuthorizationHeader ( array $params, $realm = '' )$params array Request params. $realm string Authorization realm. return string Authorization header content.

widgets\Menu $activateParents

$activateParents public property Whether to activate parent menu items when one of the corresponding child menu items is active. The activated parent menu items will also have its CSS classes appended with $activeCssClass. public boolean $activateParents = false

web\UrlManager parseRequest()

parseRequest() public method Parses the user request. public array|boolean parseRequest ( $request )$request yii\web\Request The request component return array|boolean The route and the associated parameters. The latter is always empty if $enablePrettyUrl is false. false is returned if the current request cannot be successfully parsed.

authclient\BaseClient getName()

getName() public method public string getName ( )return string Service name.

authclient\clients\VKontakte $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://api.vk.com/method'

jui\SliderInput $clientEventMap

$clientEventMap protected property Event names mapped to what should be specified in .on(). If empty, it is assumed that event passed to clientEvents is prefixed with widget name. Event names mapped to what should be specified in .on(). If empty, it is assumed that event passed to clientEvents is prefixed with widget name. protected array $clientEventMap = ['change' => 'slidechange', 'create' => 'slidecreate', 'slide' => 'slide', 'start' => 'slidestart', 'stop' => 'slidestop