Beispiel #1
0
 /**
  * @param int $idCmsPage
  *
  * @return \Orm\Zed\Cms\Persistence\SpyCmsBlock
  */
 protected function getCmsBlockByIdPage($idCmsPage)
 {
     $blockEntity = $this->cmsQueryContainer->queryBlockByIdPage($idCmsPage)->findOne();
     return $blockEntity;
 }