Example #1
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::CALENDAR);
 }
Example #2
0
File: Origin.php Project: cwcw/cms
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::ORIGIN);
 }
Example #3
0
File: Link.php Project: cwcw/cms
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::LINK);
 }
Example #4
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::BLACKLIST);
 }
Example #5
0
File: Prompt.php Project: cwcw/cms
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::PROMPT);
 }
Example #6
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::OUTGOING);
 }
Example #7
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::DISTRIBUTION);
 }
Example #8
0
File: Menu.php Project: cwcw/cms
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::MENU);
 }
Example #9
0
File: Hangup.php Project: cwcw/cms
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::HANGUP);
 }