Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
|
This is the complete list of members for phpunit_dataset, including all inherited members.
$columns | phpunit_dataset | protected |
$rows | phpunit_dataset | protected |
$tables | phpunit_dataset | protected |
from_array(array $structure) | phpunit_dataset | |
from_file(string $fullpath, ?string $table=null) | phpunit_dataset | |
from_files(array $fullpaths) | phpunit_dataset | |
from_string(string $content, string $type, ?string $table=null) | phpunit_dataset | |
get_rows(array $filter=[]) | phpunit_dataset | |
load_csv(string $content, string $tablename) | phpunit_dataset | protected |
load_xml(string $content) | phpunit_dataset | protected |
to_database(array $filter=[]) | phpunit_dataset |