Свойство | Тип | Описание | |
---|---|---|---|
$_issue | the issue the galley belongs to | ||
$_issueGalley | current galley |
Метод | Описание | |
---|---|---|
__construct ( $request, $issue, $issueGalley = null ) | Constructor. | |
execute ( $request ) : integer | Save changes to the galley. | |
fetch ( $request ) | Display the form. | |
initData ( ) | Initialize form data from current galley (if applicable). | |
readInputData ( ) | Assign form data to user-submitted data. | |
validate ( $request ) | Validate the form |
public __construct ( $request, $issue, $issueGalley = null ) | ||
$issue | Issue | |
$issueGalley | IssueGalley (optional) |
public initData ( ) |