openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

TreeShowAction.class.php (253B)


      1 <?php
      2 namespace cms\ui\action\tree;
      3 use cms\ui\action\TreeAction;
      4 use cms\action\Method;
      5 class TreeShowAction extends TreeAction implements Method {
      6     public function view() {
      7 
      8     	// no data required here.
      9     }
     10     public function post() {
     11     }
     12 }