balmet.com

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

class.pb.php (231B)


      1 <?php
      2 namespace CVEC\classes\vc;
      3 
      4 abstract class PBModule
      5 {
      6     public static function init()
      7     {
      8     }
      9 
     10     public static function pb_sc_list_array()
     11     {
     12     }
     13 
     14     public static function get_pb_sc_array_list()
     15     {
     16     }
     17 
     18 }