getEndLine() public method

Get the line number that this class ends on.
public getEndLine ( ) : integer
return integer
Exemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function getEndLine()
 {
     return $this->betterReflectionClass->getEndLine();
 }