PDepend\Source\AST\ASTNode::getEndLine PHP Метод

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

Returns the end line for this ast node.
public getEndLine ( ) : integer
Результат integer
    public function getEndLine();

Usage Example

Пример #1
0
 /**
  * Returns the end line for this node in the php source code file.
  *
  * @return integer
  */
 public function getEndLine()
 {
     return $this->node->getEndLine();
 }