/** * (non-PHPdoc) * @see lexer/LimeLexer#parse($content) */ public function parse($content) { $this->currentAnnotation = null; $this->currentAnnotationComment = null; $this->inAnnotation = false; $this->inAnnotationDeclaration = false; return parent::parse($content); }
/** * (non-PHPdoc) * @see lexer/LimeLexer#parse($content) */ public function parse($content) { $this->lines = array(); return parent::parse($content); }