bootstrap\BootstrapPluginAsset $js

$js public property public $js = ['js/bootstrap.js']

debug\panels\LogPanel save()

save() public method Saves data to be later used in debugger detail view. This method is called on every page where debugger is enabled. public mixed save ( )return mixed Data to be saved

filters\AccessRule $matchCallback

$matchCallback public property A callback that will be called to determine if the rule should be applied. The signature of the callback should be as follows: function ($rule, $action) where $rule is this rule, and $action is the current action object. The callback should return a boolean value indicating whether this rule should be applied. public callable $matchCallback = null

debug\DebugAsset $css

$css public property public $css = ['main.css', 'toolbar.css']

web\Request $isFlash

$isFlash public read-only property Whether this is an Adobe Flash or Adobe Flex request. public boolean getIsFlash ( )

filters\HttpCache $params

$params public property Additional parameters that should be passed to the $lastModified and $etagSeed callbacks. public mixed $params = null

filters\HttpCache $lastModified

$lastModified public property A PHP callback that returns the UNIX timestamp of the last modification time. The callback's signature should be: function ($action, $params) where $action is the yii\base\Action object that this filter is currently handling; $params takes the value of $params. The callback should return a UNIX timestamp. See also http://tools.ietf.org/html/rfc7232#section-2.2. public callable $lastModified = null

elasticsearch\Connection EVENT_AFTER_OPEN

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

authclient\clients\Live defaultName()

defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.

filters\Cors headerizeToPhp()

headerizeToPhp() protected method Convert any string (including php headers with HTTP prefix) to header format like : X-Pingother -> HTTP_X_PINGOTHER X PINGOTHER -> HTTP_X_PINGOTHER protected string headerizeToPhp ( $string )$string string String to convert return string The result in "php $_SERVER header" format