예제 #1
0
 /**
  * Get the start position of the context
  *
  * @return integer Return the start position of the context
  */
 public function start()
 {
     return $this->tree->startPosition();
 }