Commit 755ea696 authored by FoucherAurelie's avatar FoucherAurelie
Browse files

add comments

parent f566ee07
No related merge requests found
Pipeline #31868 passed with stages
in 1 minute and 7 seconds
Showing with 8 additions and 0 deletions
+8 -0
......@@ -142,6 +142,14 @@ class MindCat{
}
/**
* Render the mindmap block
*
* @param mixed $attributes
* @param mixed $content
*
* @return string
*/
function block_mindmap($attributes, $content=''){
$this->require_once('views/mindmap.php');
return \Mindcat\mindmap($attributes);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment