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

offsetGet() public méthode

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