Guest User

Untitled

a guest
Nov 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /**
  2. * @param \TYPO3\FLOW3\Mvc\View\ViewInterface $view
  3. * @return void
  4. */
  5. public function initializeView(\TYPO3\FLOW3\Mvc\View\ViewInterface $view) {
  6. $view->setLayoutPathAndFilename('resource://Kitsunet.CustomerDialog/Private/Layouts/Master.html');
  7. }
Add Comment
Please, Sign In to add comment