Adds Gems specific display details and helper functions:
Items set are: = Default route: 'show'
Extra helpers are:
| package | Gems |
|---|---|
| subpackage | Snippets\ReceptionCode |
| copyright | Copyright (c) 2015 Erasmus MC |
| license | New BSD License |
| since | Class available since version 1.7.1 7-mei-2015 11:17:41 |
| inherited_from | \Gems_Snippets_ModelFormSnippetAbstract |
afterRegistry() : void
beforeDisplay() : \Zend_Form
Here we add the table display to the form.
\Zend_FormcheckRegistryRequestsAnswers() : boolean
booleanFalse if required are missing.getHtmlOutput(\Zend_View_Abstract $view) : \MUtil_Html_HtmlInterface
This is a stub function either override getHtmlOutput() or override render()
\Zend_View_AbstractJust in case it is needed here
\MUtil_Html_HtmlInterfaceSomething that can be renderedgetReceptionCodes() : array
arraygetTopic(integer $count = 1) : \$string
integer
\$stringisUndeleting() : boolean
booleanAre we undeleting or deleting?setReceptionCode(string $newCode, integer $userId) : \Gems\Snippets\ReceptionCode\$changed
string
integer
\Gems\Snippets\ReceptionCode\$changedaddFormElements(\MUtil_Model_Bridge_FormBridgeInterface $bridge, \MUtil_Model_ModelAbstract $model)
Overrule this function to add different elements to the browse table, without having to recode the core table building code.
\MUtil_Model_Bridge_FormBridgeInterface
\MUtil_Model_ModelAbstract
addSaveButton()
As the save button is not part of the model - but of the interface - it does deserve it's own function.
afterSave(integer $changed)
When not rerouted, the form will be populated afterwards
integerThe number of changed rows (0 or 1 usually, but can be more)
createForm(mixed $options = null) : \Zend_Form
mixed
\Zend_FormgetMenuList() : \Gems_Menu_MenuList
\Gems_Menu_MenuListgetTitle() : string
| inherited_from | \Gems_Snippets_ModelFormSnippetAbstract::getTitle() |
|---|
stringgetTitle() : string
stringinitItems()
loadForm()
setAfterSaveRoute() : \Gems_Snippets_ModelFormSnippetAbstract
\Gems_Snippets_ModelFormSnippetAbstract$accesslog : \Gems_AccessLog
$class : string
'formTable'$editItems : array
array()$exhibitItems : array
array()$fixedReceptionCode : string
null$formTitle : string
$hiddenItems : array
array()$loader : \Gems_Loader
$project : \Gems_Project_ProjectSettings
$receptionCodeItem : string
''$routeAction : string
'show'| inherited_from | \Gems_Snippets_ModelFormSnippetAbstract::routeAction |
|---|
$routeAction : string
'show'$topicCallable : callable
$unDelete : boolean
false$unDeleteRight : string
$useTabbedForm : boolean
false$util : \Gems_Util