Example #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->input = new PMAI_Input();
     $this->input->addFilter('trim');
     $this->errors = new WP_Error();
     $this->init();
 }