HtmlFormat.php
     95       $formatViewTplFile = dirname($viewTplFile).'/'.basename($viewTplFile, ".$ext").'-'.$format.'.'.$ext;
  111    * @return An associative array with keys 'oid', 'language', 'name' or null if the name is not valid
serializeValues($values)
Definition: HtmlFormat.php:71
AbstractFormat maybe used as base class for specialized formats. 
Definition: AbstractFormat.php:27
HtmlFormat realizes the HTML request/response format. 
Definition: HtmlFormat.php:36
deserializeValues($values)
Definition: HtmlFormat.php:50
static getInstance($name, $dynamicConfiguration=array())
Definition: ObjectFactory.php:39
static getValueDefFromInputControlName($name)
Get the object value definition from a HTML input field name. 
Definition: HtmlFormat.php:113
static escapeForRegex($string)
Escape characters of a string for use in a regular expression Code from http://php.net/manual/de/function.preg-replace.php. 
Definition: StringUtil.php:282
ConfigurationException signals an exception in the configuration. 
Definition: ConfigurationException.php:18