FluidTYPO3\Vhs\Traits\SlideViewHelperTrait::initializeArguments PHP Method

initializeArguments() public method

Default initialisation of arguments - will be used if the implementing ViewHelper does not itself define this method.
public initializeArguments ( ) : void
return void
    public function initializeArguments()
    {
        $this->registerSlideArguments();
    }