Metabor\Statemachine\State::offsetExists PHP 메소드

offsetExists() 공개 메소드

또한 보기: ArrayAccess::offsetExists()
public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return $this->metadata->offsetExists($offset);
    }