thd/apps/frontend/modules/editor/actions/.svn/text-base/components.class.php.svn-base
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
equal deleted inserted replaced
103:d2af8a210f5d 104:8e4fe6f3337d
     1 <?php 
       
     2 
       
     3 class editorComponents extends sfComponents
       
     4 {
       
     5   public function executeLeftPanel() {
       
     6 
       
     7   }
       
     8   public function executePlayer() {
       
     9 
       
    10   }
       
    11   public function executeSegmentList() {
       
    12 
       
    13   }
       
    14   
       
    15   
       
    16 }