PHP Class Traq\Models\Milestone

Inheritance: extends Traq\Models\Model
Show file Open project: nirix/traq Class Usage Examples

Public Properties

Property Type Description
$isBeingCompleted boolean Is the milestone being set as complete?

Protected Properties

Property Type Description
$_after array
$_belongsTo array
$_dataTypes array
$_hasMany array
$_tableAlias
$_validations array
$originalStatus integer Original status.

Public Methods

Method Description
delete ( ) Delete milestone.
save ( ) Custom save method.
statusSelectOptions ( ) : array[]

Protected Methods

Method Description
afterConstruct ( )

Method Details

afterConstruct() protected method

protected afterConstruct ( )

delete() public method

Delete milestone.
public delete ( )

save() public method

Custom save method.
public save ( )

statusSelectOptions() public static method

public static statusSelectOptions ( ) : array[]
return array[]

Property Details

$_after protected static property

protected static array $_after
return array

$_belongsTo protected static property

protected static array $_belongsTo
return array

$_dataTypes protected static property

protected static array $_dataTypes
return array

$_hasMany protected static property

protected static array $_hasMany
return array

$_tableAlias protected static property

protected static $_tableAlias

$_validations protected static property

protected static array $_validations
return array

$isBeingCompleted public property

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

$originalStatus protected property

Original status.
protected int $originalStatus
return integer