PHP 클래스 FluidTYPO3\Flux\Backend\Preview

상속: implements TYPO3\CMS\Backend\View\PageLayoutViewDrawItemHookInterface
파일 보기 프로젝트 열기: fluidtypo3/flux

보호된 프로퍼티들

프로퍼티 타입 설명
$assetsIncluded boolean
$configurationService FluidTYPO3\Flux\Service\FluxService
$objectManager TYPO3\CMS\Extbase\Object\ObjectManagerInterface
$recordService FluidTYPO3\Flux\Service\RecordService

공개 메소드들

메소드 설명
__construct ( ) CONSTRUCTOR
preProcess ( TYPO3\CMS\Backend\View\PageLayoutView &$parentObject, boolean &$drawItem, string &$headerContent, string &$itemContent, array &$row ) : void
renderPreview ( string &$headerContent, string &$itemContent, array &$row, boolean &$drawItem ) : null

보호된 메소드들

메소드 설명
attachAssets ( ) : void
createShortcutIcon ( array $row ) : string
getPageTitleAndPidFromContentUid ( integer $contentUid ) : array

메소드 상세

__construct() 공개 메소드

CONSTRUCTOR
public __construct ( )

attachAssets() 보호된 메소드

protected attachAssets ( ) : void
리턴 void

createShortcutIcon() 보호된 메소드

protected createShortcutIcon ( array $row ) : string
$row array
리턴 string

getPageTitleAndPidFromContentUid() 보호된 메소드

protected getPageTitleAndPidFromContentUid ( integer $contentUid ) : array
$contentUid integer
리턴 array

preProcess() 공개 메소드

public preProcess ( TYPO3\CMS\Backend\View\PageLayoutView &$parentObject, boolean &$drawItem, string &$headerContent, string &$itemContent, array &$row ) : void
$parentObject TYPO3\CMS\Backend\View\PageLayoutView
$drawItem boolean
$headerContent string
$itemContent string
$row array
리턴 void

renderPreview() 공개 메소드

public renderPreview ( string &$headerContent, string &$itemContent, array &$row, boolean &$drawItem ) : null
$headerContent string
$itemContent string
$row array
$drawItem boolean
리턴 null

프로퍼티 상세

$assetsIncluded 보호되어 있는 정적으로 프로퍼티

protected static bool $assetsIncluded
리턴 boolean

$configurationService 보호되어 있는 프로퍼티

protected FluxService,FluidTYPO3\Flux\Service $configurationService
리턴 FluidTYPO3\Flux\Service\FluxService

$objectManager 보호되어 있는 프로퍼티

protected ObjectManagerInterface,TYPO3\CMS\Extbase\Object $objectManager
리턴 TYPO3\CMS\Extbase\Object\ObjectManagerInterface

$recordService 보호되어 있는 프로퍼티

protected RecordService,FluidTYPO3\Flux\Service $recordService
리턴 FluidTYPO3\Flux\Service\RecordService