Metabor\Statemachine\State::offsetExists PHP Method

offsetExists() public method

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