Property | Type | Description | |
---|---|---|---|
$breadcrumbs | array | ||
$currentProject | |||
$currentUser | |||
$isModal | boolean | Whether or not the request is for an modal view. | |
$layout | Disable layouts since we're using the PhpExtended engine. | ||
$pageTitle | array |
Method | Description | |
---|---|---|
__construct ( ) | Always call this when defining __construct() in sub-classes. |
Method | Description | |
---|---|---|
addCrumb ( string $text, string $url ) | Add breadcrumb. | |
hasPermission ( string $action, |
Check users permission. | |
removeNullValues ( array $array ) | Remove null values from an array. |
public __construct ( ) |
protected hasPermission ( string $action, |
||
$action | string | |
$project | ||
return | boolean |
protected removeNullValues ( array $array ) | ||
$array | array | return array |
protected Project,Traq\Models $currentProject | ||
return |
protected bool $isModal | ||
return | boolean |
protected $layout |