FluidTYPO3\Vhs\ViewHelpers\Page\InfoViewHelper::initializeArguments PHP Метод

initializeArguments() публичный Метод

public initializeArguments ( )
    public function initializeArguments()
    {
        $this->registerAsArgument();
        $this->registerArgument('pageUid', 'integer', 'If specified, this UID will be used to fetch page data instead of using the current page.', false, 0);
        $this->registerArgument('field', 'string', 'If specified, only this field will be returned/assigned instead of the complete page record.');
    }