method = $method; } public function generate() { $analysis = ezcDocAnalysisElement::get( $this->method ); $this->parseDocBlock( $analysis, $this->method->getDocComment() ); return $analysis; } } ?>