ContentEdit
class ContentEdit
Controller for editing content objects.
Methods
__construct(object $model, object $viewModel)
Constructor.
array
cancel()
Cancel the add/edit content action.
array
display()
Display the add content form.
array
edit()
Display the edit content form.
array
save()
Save the new/edited content object.
Details
at line 42
__construct(object $model, object $viewModel)
Constructor.
at line 55
array
cancel()
Cancel the add/edit content action.
at line 67
array
display()
Display the add content form.
at line 79
array
edit()
Display the edit content form.
at line 91
array
save()
Save the new/edited content object.