Metabor\Statemachine\State::offsetUnset PHP Méthode

offsetUnset() public méthode

See also: ArrayAccess::offsetUnset()
public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        $this->metadata->offsetUnset($offset);
    }