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