Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Public Member Functions | |
__construct (\stdClass $gdfile) | |
Constructor. | |
create_node_array () | |
Create a repository file array. | |
repository_googledocs\local\node\file_node::__construct | ( | \stdClass | $gdfile | ) |
Constructor.
stdClass | $gdfile | The Google Drive file object |
repository_googledocs\local\node\file_node::create_node_array | ( | ) |
Create a repository file array.
This method returns an array which structure is compatible to represent a file node in the repository.
array|null | The node array or null if the node could not be created |
Implements repository_googledocs\local\node\node.