Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Public Member Functions | |
create_node_array () | |
Create a repository node array. | |
repository_googledocs\local\node\node::create_node_array | ( | ) |
Create a repository node array.
This method returns an array which structure is compatible to represent a content node (file/folder) in the repository.
array|null | The node array or null if the node could not be created |
Implemented in repository_googledocs\local\node\file_node, and repository_googledocs\local\node\folder_node.