예제 #1
0
 /**
  * Add where size criteria.
  *
  * @param string $size
  * @return QueryProxy this instance
  */
 public function size($size)
 {
     $this->queryChanged = true;
     return parent::size($size);
 }