예제 #1
0
 /**
  * Allows to query a set of records that match the specified conditions
  *
  * @param mixed $parameters
  * @return ControllerAction[]
  */
 public static function find($parameters = null)
 {
     return parent::find($parameters);
 }