FluidTYPO3\Vhs\ViewHelpers\Format\Placeholder\LipsumViewHelper::initializeArguments PHP Метод

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

Initialize arguments
public initializeArguments ( )
    public function initializeArguments()
    {
        $this->registerArgument('paragraphs', 'integer', 'Number of paragraphs to output');
        $this->registerArgument('wordsPerParagraph', 'integer', 'Number of words per paragraph');
        $this->registerArgument('skew', 'integer', 'Amount in number of words to vary the number of words per paragraph');
        $this->registerArgument('html', 'boolean', 'If TRUE, renders output as HTML paragraph tags in the same way an RTE would');
        $this->registerArgument('parseFuncTSPath', 'string', 'If you want another parseFunc for HTML processing, enter the TS path here');
    }