// require_once PHPTAL_DIR.'PHPTAL/Php/Attribute.php'; /** * @package phptal.php.attribute.tal */ class PHPTAL_Php_Attribute_TAL_Comment extends PHPTAL_Php_Attribute { public function start() { $this->tag->generator->doComment($this->expression); } public function end() { } } ?>