rbac\PhpManager saveAssignments()

saveAssignments() protected method Saves assignments data into persistent storage. protected void saveAssignments ( )

web\YiiAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/assets'

widgets\LinkPager run()

run() public method Executes the widget. This overrides the parent implementation by displaying the generated page buttons. public void run ( )

web\ErrorAction $defaultName

$defaultName public property The name of the error when the exception name cannot be determined. Defaults to "Error". public string $defaultName = null

jui\Dialog init()

init() public method Initializes the widget. public void init ( )

widgets\Spaceless init()

init() public method Starts capturing an output to be cleaned from whitespace characters between HTML tags. public void init ( )

base\Application $db

$db public read-only property The database connection. public yii\db\Connection getDb ( )

base\Application getCache()

getCache() public method Returns the cache component. public yii\caching\Cache getCache ( )return yii\caching\Cache The cache application component. Null if the component is not enabled.

web\CompositeUrlRule createRules()

createRules() protected abstract method Creates the URL rules that should be contained within this composite rule. protected abstract yii\web\UrlRuleInterface[] createRules ( )return yii\web\UrlRuleInterface[] The URL rules

widgets\Menu $submenuTemplate

$submenuTemplate public property The template used to render a list of sub-menus. In this template, the token {items} will be replaced with the rendered sub-menu items. public string $submenuTemplate = "\n<ul>\n{items}\n</ul>\n"