BetterReflection\Reflection\ReflectionClass::getEndLine PHP Метод

getEndLine() публичный Метод

Get the line number that this class ends on.
public getEndLine ( ) : integer
Результат integer
    public function getEndLine()
    {
        return (int) $this->node->getAttribute('endLine', -1);
    }

Usage Example

Пример #1
0
 /**
  * {@inheritDoc}
  */
 public function getEndLine()
 {
     return $this->betterReflectionClass->getEndLine();
 }