_name = 'return'; $this->_type = $matches[2]; if (isset($matches[3])) { $this->_description = $matches[3]; } } /** * Get return variable type * * @return string */ public function getType() { return $this->_type; } }