public function __construct()
 {
     parent::__construct();
     $this->ops_type = 'TimeBased';
 }
 /**
  * 
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->ops_type = 'Image';
 }