authclient\clients\GitHub initUserAttributes()

initUserAttributes() protected method Initializes authenticated user attributes. protected array initUserAttributes ( )return array Auth user attributes.

mongodb\file\Collection $chunkCollection

$chunkCollection public read-only property Mongo collection instance. public yii\mongodb\Collection getChunkCollection ( $refresh = false )

validators\DefaultValueValidator $skipOnEmpty

$skipOnEmpty public property This property is overwritten to be false so that this validator will be applied when the value being validated is empty. public boolean $skipOnEmpty = false

base\Controller afterAction()

afterAction() public method This method is invoked right after an action is executed. The method will trigger the EVENT_AFTER_ACTION event. The return value of the method will be used as the action return value. If you override this method, your code should look like the following: public function afterAction($action, $result) { $result = parent::afterAction($action, $result); // your custom code here return $result; } public mixed afterAction ( $action, $result )$action yii\

filters\Cors headerize()

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

gii\generators\controller\Generator 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

debug\panels\AssetPanel format()

format() protected method Additional formatting for view. protected yii\web\AssetManager format ( array $bundles )$bundles yii\web\AssetBundle[] Array of bundles to formatting.

widgets\ContentDecorator run()

run() public method Ends recording a clip. This method stops output buffering and saves the rendering result as a named clip in the controller. public void run ( )

caching\FileDependency generateDependencyData()

generateDependencyData() protected method Generates the data needed to determine if dependency has been changed. This method returns the file's last modification time. protected mixed generateDependencyData ( $cache )$cache yii\caching\Cache The cache component that is currently evaluating this dependency return mixed The data needed to determine if dependency has been changed. throws yii\base\InvalidConfigException if $fileName is not set

gii\generators\model\Generator $tablePrefix

$tablePrefix public read-only property public string getTablePrefix ( )