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