Example #1
0
 public function offsetUnset($index, $value)
 {
     if ($this->guard !== null) {
         $this->guard->checkMemberGuard(new GuardPermission(__FUNCTION__, 'call'));
     }
     $this->set->offsetUnset($index, $value);
 }