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