public function __construct($op1 = NULL, $op2 = NULL, $op3 = array())
 {
     if ($op1 != NULL) {
         return parent::__construct($op1, $op2, $op3);
     } else {
         return $this;
     }
 }