PhpSpec\ObjectBehavior::offsetUnset PHP Méthode

offsetUnset() public méthode

Unsets a position in the ArrayAccess object
public offsetUnset ( string | integer $key )
$key string | integer
    public function offsetUnset($key)
    {
        $this->object->offsetUnset($key);
    }