Exemple #1
0
 /**
  * Apply a "greater than or equal to" constraint to this property
  *
  * @param   var value
  * @return  rdbms.criterion.SimpleExpression
  */
 public function greaterThanOrEqualTo($value)
 {
     return Restrictions::greaterThanOrEqualTo($this, $value);
 }