예제 #1
0
 /**
  * Removes first element in an array
  *
  * @return QueryProxy this instance
  */
 public function popFirst()
 {
     $this->queryChanged = true;
     return parent::map($map);
 }