function __construct($sName) { parent::__construct($sName); $this->bTranslatable = true; //PHP and parsing are denied by default $this->bDynamicPhpAllowed = false; $this->bDynamicParsingAllowed = false; }
function __construct($sName) { parent::__construct($sName); }