Everzet\PersistedObjects\InMemoryRepository::remove PHP Method

remove() public method

public remove ( $object )
    public function remove($object)
    {
        $id = $this->stringify($this->getIdentity($object));
        unset($this->storage[$id]);
    }