Ejemplo n.º 1
0
 /**
  * Returns the line number where the item declaration ends.
  *
  * @return integer The last source line for this item.
  */
 public function getEndLine()
 {
     return $this->_formalParameter->getEndLine();
 }