PHP Class Traq\Models\Milestone

Inheritance: extends Traq\Models\Model
Exibir arquivo 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_oe static_oe property

protected static array $_after
return array

$_belongsTo protected_oe static_oe property

protected static array $_belongsTo
return array

$_dataTypes protected_oe static_oe property

protected static array $_dataTypes
return array

$_hasMany protected_oe static_oe property

protected static array $_hasMany
return array

$_tableAlias protected_oe static_oe property

protected static $_tableAlias

$_validations protected_oe static_oe property

protected static array $_validations
return array

$isBeingCompleted public_oe property

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

$originalStatus protected_oe property

Original status.
protected int $originalStatus
return integer