Metabor\Statemachine\State::offsetGet PHP Method

offsetGet() public method

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