Ejemplo n.º 1
0
 /**
  * Constructor
  *
  * @access	public
  * @return	void
  */
 public function __construct()
 {
     $this->EE =& get_instance();
     $this->EE->load->library('postmaster_lib');
     $this->lib = $this->EE->postmaster_lib;
     $this->now = $this->EE->localize->now;
     parent::__construct();
 }
Ejemplo n.º 2
0
 /**
  * Sets all the hook default and loads necessary dependencies
  *
  * @access	public
  * @param	array	Associative array to set the default properties
  * @return	null
  */
 public function __construct($params = array())
 {
     parent::__construct($params);
 }