PHP 클래스 Traq\Models\Ticket

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

공개 프로퍼티들

프로퍼티 타입 설명
$isClosing boolean Whether or not the ticket is being closed.
$isReopening boolean Whether or not the ticket is being reopened.

보호된 프로퍼티들

프로퍼티 타입 설명
$_before
$_belongsTo
$_dataTypes
$_hasMany
$_tableAlias
$_validations
$originalStatusId null | integer

공개 메소드들

메소드 설명
__construct ( array $data = [], $isNew = true )
updateIsClosed ( ) Update the is_closed property.

메소드 상세

__construct() 공개 메소드

public __construct ( array $data = [], $isNew = true )
$data array

updateIsClosed() 공개 메소드

Update the is_closed property.
public updateIsClosed ( )

프로퍼티 상세

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

protected static $_before

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

protected static $_belongsTo

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

protected static $_dataTypes

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

protected static $_hasMany

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

protected static $_tableAlias

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

protected static $_validations

$isClosing 공개적으로 프로퍼티

Whether or not the ticket is being closed.
public bool $isClosing
리턴 boolean

$isReopening 공개적으로 프로퍼티

Whether or not the ticket is being reopened.
public bool $isReopening
리턴 boolean

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

protected null|int $originalStatusId
리턴 null | integer