예제 #1
0
 /**
  * Returns the begin line for this node in the php source code file.
  *
  * @return integer
  */
 public function getBeginLine()
 {
     return $this->node->getStartLine();
 }