FluidTYPO3\Vhs\ViewHelpers\Once\SessionViewHelper::assertShouldSkip PHP Method

assertShouldSkip() protected method

protected assertShouldSkip ( ) : boolean
return boolean
    protected function assertShouldSkip()
    {
        $identifier = $this->getIdentifier();
        $index = get_class($this);
        return (bool) (true === isset($_SESSION[$index][$identifier]));
    }