PHP 클래스 Traq\Controllers\AppController

부터: 3.0.0
저자: Jack P.
상속: extends Avalon\Http\Controller
파일 보기 프로젝트 열기: nirix/traq 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$breadcrumbs array
$currentProject Traq\Models\Project
$currentUser Traq\Models\User
$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, Project $project = null ) : boolean Check users permission.
removeNullValues ( array $array ) Remove null values from an array.

메소드 상세

__construct() 공개 메소드

Always call this when defining __construct() in sub-classes.
public __construct ( )

addCrumb() 보호된 메소드

Add breadcrumb.
protected addCrumb ( string $text, string $url )
$text string
$url string

hasPermission() 보호된 메소드

Check users permission.
protected hasPermission ( string $action, Project $project = null ) : boolean
$action string
$project Traq\Models\Project
리턴 boolean

removeNullValues() 보호된 메소드

Remove null values from an array.
protected removeNullValues ( array $array )
$array array return array

프로퍼티 상세

$breadcrumbs 보호되어 있는 프로퍼티

protected array $breadcrumbs
리턴 array

$currentProject 보호되어 있는 프로퍼티

protected Project,Traq\Models $currentProject
리턴 Traq\Models\Project

$currentUser 보호되어 있는 프로퍼티

protected User,Traq\Models $currentUser
리턴 Traq\Models\User

$isModal 보호되어 있는 프로퍼티

Whether or not the request is for an modal view.
protected bool $isModal
리턴 boolean

$layout 보호되어 있는 프로퍼티

Disable layouts since we're using the PhpExtended engine.
protected $layout

$pageTitle 보호되어 있는 프로퍼티

protected array $pageTitle
리턴 array