예제 #1
0
파일: Calendar.php 프로젝트: cwcw/cms
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::CALENDAR);
 }
예제 #2
0
파일: Origin.php 프로젝트: cwcw/cms
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::ORIGIN);
 }
예제 #3
0
파일: Link.php 프로젝트: cwcw/cms
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::LINK);
 }
예제 #4
0
파일: Blacklist.php 프로젝트: cwcw/cms
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::BLACKLIST);
 }
예제 #5
0
파일: Prompt.php 프로젝트: cwcw/cms
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::PROMPT);
 }
예제 #6
0
파일: Destination.php 프로젝트: cwcw/cms
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::OUTGOING);
 }
예제 #7
0
파일: Distribution.php 프로젝트: cwcw/cms
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::DISTRIBUTION);
 }
예제 #8
0
파일: Menu.php 프로젝트: cwcw/cms
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::MENU);
 }
예제 #9
0
파일: Hangup.php 프로젝트: cwcw/cms
 /**
  *
  */
 public function __construct()
 {
     parent::__construct(parent::HANGUP);
 }