FluidTYPO3\Vhs\ViewHelpers\Iterator\PopViewHelper::render PHP Method

render() public method

public render ( ) : mixed
return mixed
    public function render()
    {
        $subject = $this->getArgumentFromArgumentsOrTagContentAndConvertToArray('subject');
        $output = array_pop($subject);
        return $this->renderChildrenWithVariableOrReturnInput($output);
    }