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

offsetExists() public méthode

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