PHP 클래스 Traq\Models\Milestone

상속: extends Traq\Models\Model
파일 보기 프로젝트 열기: nirix/traq 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$isBeingCompleted boolean Is the milestone being set as complete?

보호된 프로퍼티들

프로퍼티 타입 설명
$_after array
$_belongsTo array
$_dataTypes array
$_hasMany array
$_tableAlias
$_validations array
$originalStatus integer Original status.

공개 메소드들

메소드 설명
delete ( ) Delete milestone.
save ( ) Custom save method.
statusSelectOptions ( ) : array[]

보호된 메소드들

메소드 설명
afterConstruct ( )

메소드 상세

afterConstruct() 보호된 메소드

protected afterConstruct ( )

delete() 공개 메소드

Delete milestone.
public delete ( )

save() 공개 메소드

Custom save method.
public save ( )

statusSelectOptions() 공개 정적인 메소드

public static statusSelectOptions ( ) : array[]
리턴 array[]

프로퍼티 상세

$_after 보호되어 있는 정적으로 프로퍼티

protected static array $_after
리턴 array

$_belongsTo 보호되어 있는 정적으로 프로퍼티

protected static array $_belongsTo
리턴 array

$_dataTypes 보호되어 있는 정적으로 프로퍼티

protected static array $_dataTypes
리턴 array

$_hasMany 보호되어 있는 정적으로 프로퍼티

protected static array $_hasMany
리턴 array

$_tableAlias 보호되어 있는 정적으로 프로퍼티

protected static $_tableAlias

$_validations 보호되어 있는 정적으로 프로퍼티

protected static array $_validations
리턴 array

$isBeingCompleted 공개적으로 프로퍼티

Is the milestone being set as complete?
public bool $isBeingCompleted
리턴 boolean

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

Original status.
protected int $originalStatus
리턴 integer