widgets\ContentDecorator $viewFile

$viewFile public property The view file that will be used to decorate the content enclosed by this widget. This can be specified as either the view file path or path alias. public string $viewFile = null

bootstrap\Tabs run()

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

widgets\ActiveField $attribute

$attribute public property The model attribute that this field is associated with. public string $attribute = null

authclient\BaseOAuth getAccessToken()

getAccessToken() public method public yii\authclient\OAuthToken getAccessToken ( )return yii\authclient\OAuthToken Auth token instance.

debug\models\search\Profile $category

$category public property Method attribute input search value public string $category = null

elasticsearch\DebugAction $panel

$panel public property public yii\elasticsearch\DebugPanel $panel = null

rest\ActiveController $updateScenario

$updateScenario public property The scenario used for updating a model. See also yii\base\Model::scenarios(). public string $updateScenario = \yii\base\Model::SCENARIO_DEFAULT

rbac\DbManager 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)

helpers\BaseStringHelper byteSubstr()

byteSubstr() public static method Returns the portion of string specified by the start and length parameters. This method ensures the string is treated as a byte array by using mb_substr(). See also http://www.php.net/manual/en/function.substr.php. public static string byteSubstr ( $string, $start, $length = null )$string string The input string. Must be one character or longer. $start integer The starting position $length integer The desired portion length. If not specified or null,

helpers\BaseFileHelper findFiles()

findFiles() public static method Returns the files found under the specified directory and subdirectories. public static array findFiles ( $dir, $options = [] )$dir string The directory under which the files will be looked for. $options array Options for file searching. Valid options are: filter: callback, a PHP callback that is called for each directory or file. The signature of the callback should be: function ($path), where $path refers the full path to be filtered. The callback ca