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