getEndLine() public méthode

Returns the end line for this ast node.
public getEndLine ( ) : integer
Résultat integer
 /**
  * Returns the end line for this node in the php source code file.
  *
  * @return integer
  */
 public function getEndLine()
 {
     return $this->node->getEndLine();
 }