프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 |
메소드 | 설명 | |
---|---|---|
__construct ( ) | Always call this when defining __construct() in sub-classes. |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | boolean |
protected removeNullValues ( array $array ) | ||
$array | array | return array |
protected bool $isModal | ||
리턴 | boolean |