Home
last modified time | relevance | path

Searched refs:getParam (Results 26 – 50 of 103) sorted by relevance

12345

/plugin/bureaucracyau/helper/
H A Dfieldemail.php25 $value = $this->getParam('value');
27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
H A Dfieldhidden.php27 $form->addHidden($params['name'], $this->getParam('value') . '');
36 function getParam($name) { function in helper_plugin_bureaucracyau_fieldhidden
H A Dfieldtime.php37 $value = $this->getParam('value');
39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
H A Dfielddate.php37 $value = $this->getParam('value');
39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
H A Dfieldwiki.php43 public function getParam($name) { function in helper_plugin_bureaucracyau_fieldwiki
44 return ($name === 'value') ? null : parent::getParam($name);
H A Dfieldaddpage.php57 function getParam($name) { function in helper_plugin_bureaucracyau_fieldaddpage
61 parent::getParam($name);
H A Dfieldstatic.php42 public function getParam($name) { function in helper_plugin_bureaucracyau_fieldstatic
43 return ($name === 'value') ? null : parent::getParam($name);
H A Dfieldusemailtemplate.php56 function getParam($name) { function in helper_plugin_bureaucracyau_fieldusemailtemplate
60 parent::getParam($name);
H A Dfielduser.php94 $value = $this->getParam('value');
96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
/plugin/bureaucracy-au/helper/
H A Dfieldemail.php25 $value = $this->getParam('value');
27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
H A Dfieldhidden.php27 $form->addHidden($params['name'], $this->getParam('value') . '');
36 function getParam($name) { function in helper_plugin_bureaucracyau_fieldhidden
H A Dfielddate.php37 $value = $this->getParam('value');
39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
H A Dfieldtime.php37 $value = $this->getParam('value');
39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
H A Dfieldwiki.php43 public function getParam($name) { function in helper_plugin_bureaucracyau_fieldwiki
44 return ($name === 'value') ? null : parent::getParam($name);
H A Dfieldaddpage.php57 function getParam($name) { function in helper_plugin_bureaucracyau_fieldaddpage
61 parent::getParam($name);
H A Dfieldstatic.php42 public function getParam($name) { function in helper_plugin_bureaucracyau_fieldstatic
43 return ($name === 'value') ? null : parent::getParam($name);
H A Dfieldusemailtemplate.php56 function getParam($name) { function in helper_plugin_bureaucracyau_fieldusemailtemplate
60 parent::getParam($name);
/plugin/bureaucracy/helper/
H A Dfieldemail.php25 $value = $this->getParam('value');
27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
H A Dfieldhidden.php27 $form->addHidden($params['name'], $this->getParam('value') . '');
36 function getParam($name) { function in helper_plugin_bureaucracy_fieldhidden
H A Dfielddate.php37 $value = $this->getParam('value');
39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
H A Dfieldtime.php37 $value = $this->getParam('value');
39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
H A Dfieldaddpage.php57 function getParam($name) { function in helper_plugin_bureaucracy_fieldaddpage
61 parent::getParam($name);
H A Dfieldstatic.php42 public function getParam($name) { function in helper_plugin_bureaucracy_fieldstatic
43 return ($name === 'value') ? null : parent::getParam($name);
H A Dfieldusemailtemplate.php56 function getParam($name) { function in helper_plugin_bureaucracy_fieldusemailtemplate
60 parent::getParam($name);
H A Dfieldwiki.php43 public function getParam($name) { function in helper_plugin_bureaucracy_fieldwiki
44 return ($name === 'value') ? null : parent::getParam($name);

12345