コード例 #1
0
ファイル: collection.php プロジェクト: bahrmichael/eyeos
 public function offsetUnset($index, $value)
 {
     if ($this->guard !== null) {
         $this->guard->checkMemberGuard(new GuardPermission(__FUNCTION__, 'call'));
     }
     $this->set->offsetUnset($index, $value);
 }