Exemplo n.º 1
0
 /**
  * Class contructor.
  */
 public function __construct()
 {
     parent::__construct('ztal', 'http://names.co.uk/namespaces/ztal');
     $this->addAttribute(new \PHPTAL_NamespaceAttributeSurround('data-attributes', 20));
 }
 public function __construct()
 {
     parent::__construct('cake', self::NAMESPACE_URI);
     $this->addAttribute(new PHPTAL_NamespaceAttributeReplace('helper', 1));
 }