Example #1
0
 public function __construct()
 {
     parent::__construct(parent::SUCCESS, $parameters = null, $moduleId = null, $handler = null);
     $this->modified = array();
     $this->unset = array();
     $this->errors = array();
 }
Example #2
0
 public function __construct()
 {
     parent::__construct(parent::SUCCESS, $parameters = null, $moduleId = null, $handler = null);
 }