Display snippet for standard track tokens
| package | Gems |
|---|---|
| subpackage | Snippets_Token |
| copyright | Copyright (c) 2011 Erasmus MC |
| license | New BSD License |
| since | Class available since version 1.4 |
| inherited_from | \Gems_Tracker_Snippets_ShowTokenSnippetAbstract |
checkRegistryRequestsAnswers() : 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 renderedhasHtmlOutput() : boolean
When invalid data should result in an error, you can throw it here but you can also perform the check in the checkRegistryRequestsAnswers() function from the \MUtil_Registry_TargetInterface.
booleanmakeFakeForm(string $value) : \Gems_Form
stringGems token value
\Gems_FormaddShowTableRows(\MUtil_Model_Bridge_VerticalTableBridge $bridge, \MUtil_Model_ModelAbstract $model) : void
Overrule this function to add different columns to the browse table, without having to recode the core table building code.
\MUtil_Model_Bridge_VerticalTableBridge
\MUtil_Model_ModelAbstract
createModel() : \MUtil_Model_ModelAbstract
\MUtil_Model_ModelAbstractgetMenuList() : \Gems_Menu_MenuList
\Gems_Menu_MenuListgetTitle() : string
| inherited_from | \Gems_Tracker_Snippets_ShowTokenSnippetAbstract::getTitle() |
|---|
stringThe header title to displaygetTitle() : string
stringThe header title to display$class : string
'displayer table table-bordered table-condensed'$loader : \Gems_Loader
$request : \Zend_Controller_Request_Abstract
$token : \Gems_Tracker_Token
The display data of the token shown
$tokenId : string
Can be derived from $request or $token
$useFakeForm : boolean
trueBut only when the token is not answered.