Property | Type | Description | |
---|---|---|---|
$_articleGalley | current galley | ||
$_submission | article |
Method | Description | |
---|---|---|
__construct ( $request, $submission, $articleGalley = null ) | Constructor. | |
execute ( $request ) : ArticleGalley | 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. |
public __construct ( $request, $submission, $articleGalley = null ) | ||
$submission | Submission | |
$articleGalley | ArticleGalley (optional) |
public execute ( $request ) : ArticleGalley | ||
$request | PKPRequest | |
return | ArticleGalley | The resulting article galley. |
public initData ( ) |