프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$configurationManager | TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface | ||
$contentObject | TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer | ||
$lipsum | string |
메소드 | 설명 | |
---|---|---|
initialize ( ) : void | ||
initializeArguments ( ) | Initialize arguments | |
injectConfigurationManager ( TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager ) : void | ||
render ( string $lipsum = null ) : string | Renders Lorem Ipsum paragraphs. If $lipsum is provided it will be used as source text. If not provided as an argument or as inline argument, $lipsum is fetched from TypoScript settings. |
메소드 | 설명 | |
---|---|---|
getDefaultLoremIpsum ( ) : string | Get the default Lorem Ipsum. The compressed block (which is of course cleaned thoroughly to avoid any injection) contains 20 full paragraphs of Lorem Ipsum in standard latin. No bells and whistles there. |
protected getDefaultLoremIpsum ( ) : string | ||
리턴 | string |
public injectConfigurationManager ( TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager ) : void | ||
$configurationManager | TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface | |
리턴 | void |
protected ConfigurationManagerInterface,TYPO3\CMS\Extbase\Configuration $configurationManager | ||
리턴 | TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface |
protected ContentObjectRenderer,TYPO3\CMS\Frontend\ContentObject $contentObject | ||
리턴 | TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer |