메소드 | 설명 | |
---|---|---|
__construct ( ) | ||
createAction ( ) | Create ticket. | |
editDescriptionAction ( integer $id ) | Edit ticket description form. | |
newAction ( ) | New ticket form. | |
saveDescriptionAction ( integer $id ) | Save ticket description form. | |
showAction ( $id ) | Handles the view ticket page. | |
updateAction ( integer $id ) | Update ticket. |
메소드 | 설명 | |
---|---|---|
makeChanges ( |
Make the ticket history changes array. | |
ticketParams ( ) : array | Get params for a new ticket. | |
ticketParamsPermissionable ( string $setOrChange, array $params = [] ) : array | Get ticket data for the field the user is allowed to set or change. | |
ticketParamsUpdate ( ) : array | Get params for a ticket update. |
public editDescriptionAction ( integer $id ) | ||
$id | integer | ticket_id |
protected makeChanges ( |
||
$ticket | ||
$data | array | |
리턴 | array |
public saveDescriptionAction ( integer $id ) | ||
$id | integer | ticket_id |
protected ticketParamsUpdate ( ) : array | ||
리턴 | array |
public updateAction ( integer $id ) | ||
$id | integer | id matching ticket_id |