/** * Generate query builder * * @return Mapper\Source\Query */ public static function query() { return Mapper::query(get_called_class()); }