File modules/cms/ui/action/tree/TreeUserAction.class.php

Last commit: Sat Dec 7 00:32:55 2024 +0100	Jan Dankert	UI: Split the navigation into the 3 parts: Projects, users and settings.
1 <?php 2 namespace cms\ui\action\tree; 3 use cms\ui\action\TreeAction; 4 use cms\action\Method; 5 class TreeUserAction extends TreeAction implements Method { 6 public function view() { 7 8 // no data required here. 9 } 10 public function post() { 11 } 12 }
Download modules/cms/ui/action/tree/TreeUserAction.class.php
History Sat, 7 Dec 2024 00:32:55 +0100 Jan Dankert UI: Split the navigation into the 3 parts: Projects, users and settings.