__construct() 공개 메소드

public __construct ( )
예제 #1
0
파일: Vacation.php 프로젝트: horde/horde
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = _("Vacation");
 }
예제 #2
0
파일: Blacklist.php 프로젝트: horde/horde
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = _("Blacklist");
 }
예제 #3
0
파일: Forward.php 프로젝트: raz0rsdge/horde
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = _("Forward");
 }