openrat-cms

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

TextShowAction.class.php (200B)


      1 <?php
      2 namespace cms\action\text;
      3 use cms\action\Method;
      4 use cms\action\TextAction;
      5 
      6 class TextShowAction extends TextAction implements Method {
      7     public function view() {
      8 
      9 		parent::view();
     10     }
     11 }