示例#1
0
文件: ZTAL.php 项目: namesco/ztal
 /**
  * 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));
 }