PHP Class Traq\Models\Ticket

Since: 2.0.0
Author: Jack P.
Inheritance: extends Avalon\Database\Model
Afficher le fichier Open project: nirix/traq Class Usage Examples

Méthodes publiques

Свойство Type Description
$isClosing boolean Whether or not the ticket is being closed.
$isReopening boolean Whether or not the ticket is being reopened.

Protected Properties

Свойство Type Description
$_before
$_belongsTo
$_dataTypes
$_hasMany
$_tableAlias
$_validations
$originalStatusId null | integer

Méthodes publiques

Méthode Description
__construct ( array $data = [], $isNew = true )
updateIsClosed ( ) Update the is_closed property.

Method Details

__construct() public méthode

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

updateIsClosed() public méthode

Update the is_closed property.
public updateIsClosed ( )

Property Details

$_before protected_oe static_oe property

protected static $_before

$_belongsTo protected_oe static_oe property

protected static $_belongsTo

$_dataTypes protected_oe static_oe property

protected static $_dataTypes

$_hasMany protected_oe static_oe property

protected static $_hasMany

$_tableAlias protected_oe static_oe property

protected static $_tableAlias

$_validations protected_oe static_oe property

protected static $_validations

$isClosing public_oe property

Whether or not the ticket is being closed.
public bool $isClosing
Résultat boolean

$isReopening public_oe property

Whether or not the ticket is being reopened.
public bool $isReopening
Résultat boolean

$originalStatusId protected_oe property

protected null|int $originalStatusId
Résultat null | integer