File modules/cms/ui/action/tree/TreeSearchAction.class.php
Last commit: Wed Oct 30 22:17:22 2024 +0100 Jan Dankert UI-Refactoring: The navigation is now able to open its own dialog.
1 <?php 2 namespace cms\ui\action\tree; 3 use cms\ui\action\TreeAction; 4 use cms\action\Method; 5 class TreeSearchAction extends TreeAction implements Method { 6 public function view() { 7 8 // no data required here. 9 } 10 public function post() { 11 } 12 }
Downloadmodules/cms/ui/action/tree/TreeSearchAction.class.php
History Wed, 30 Oct 2024 22:17:22 +0100 Jan Dankert UI-Refactoring: The navigation is now able to open its own dialog.