Skip to content

Instantly share code, notes, and snippets.

@manuakasam
Created February 4, 2014 10:29
Show Gist options
  • Select an option

  • Save manuakasam/8801241 to your computer and use it in GitHub Desktop.

Select an option

Save manuakasam/8801241 to your computer and use it in GitHub Desktop.
$this->blocks('startbody')
ViewHelper::__invoke($part = 'startbody')
ViewHelper->getBlockService()->findBlock($part)
BlockService->findBlock($part)
BlockService->getBlockRepository->findBy('part', $part)
returns 'html'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment