Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 73... Línea 73...
73
     * @param string|null $wheresql Where conditions for the SQL
73
     * @param string|null $wheresql Where conditions for the SQL
74
     * @param string|null $sortsql Order by conditions for the SQL
74
     * @param string|null $sortsql Order by conditions for the SQL
75
     * @param object|null $user The user object
75
     * @param object|null $user The user object
76
     * @return string
76
     * @return string
77
     */
77
     */
78
    abstract protected function generate_get_records_sql(string $wheresql = null, string $sortsql = null,
78
    abstract protected function generate_get_records_sql(?string $wheresql = null, ?string $sortsql = null,
79
        ?int $userid = null): string;
79
        ?int $userid = null): string;
Línea 80... Línea 80...
80
 
80
 
81
    /**
81
    /**
82
     * Convert the DB records into entities. The list of records will have been
82
     * Convert the DB records into entities. The list of records will have been