PHP 클래스 Traq\Controllers\ProjectSettings\Components

부터: 3.0.0
저자: Jack P.
상속: extends AppController, use trait Traq\Traits\Controllers\CRUD
파일 보기 프로젝트 열기: nirix/traq

보호된 프로퍼티들

프로퍼티 타입 설명
$afterCreateRedirect Redirect route names
$afterDestroyRedirect
$afterSaveRedirect
$editRoute
$model Model class and views directory
$newRoute Route names
$object Traq\Models\Component
$plural
$singular Singular and plural form
$viewsDir

공개 메소드들

메소드 설명
__construct ( )

보호된 메소드들

메소드 설명
getAllRows ( ) : array Override to only get the relevant projects milestones.
modelParams ( ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( )

getAllRows() 보호된 메소드

Override to only get the relevant projects milestones.
protected getAllRows ( ) : array
리턴 array

modelParams() 보호된 메소드

protected modelParams ( ) : array
리턴 array

프로퍼티 상세

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

Redirect route names
protected $afterCreateRedirect

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

protected $afterDestroyRedirect

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

protected $afterSaveRedirect

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

protected $editRoute

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

Model class and views directory
protected $model

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

Route names
protected $newRoute

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

protected Component,Traq\Models $object
리턴 Traq\Models\Component

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

protected $plural

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

Singular and plural form
protected $singular

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

protected $viewsDir