__construct() public method

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