示例#1
0
 /**
  * Add where less than or equal to criteria.
  *
  * @param string $value
  * @return QueryProxy this instance
  */
 public function lte($value)
 {
     $this->queryChanged = true;
     return parent::lte($value);
 }