FluidTYPO3\Flux\Backend\Preview::__construct PHP Метод

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

CONSTRUCTOR
public __construct ( )
    public function __construct()
    {
        $this->objectManager = GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\Object\\ObjectManager');
        $this->configurationService = $this->objectManager->get('FluidTYPO3\\Flux\\Service\\FluxService');
        $this->recordService = $this->objectManager->get('FluidTYPO3\\Flux\\Service\\RecordService');
    }