__construct() public method

public __construct ( )
Esempio n. 1
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = _("Vacation");
 }
Esempio n. 2
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = _("Blacklist");
 }
Esempio n. 3
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = _("Forward");
 }