Пример #1
0
 /**
  * Getter for album list extlist context
  *
  */
 public function getAlbumListContext()
 {
     if ($this->albumListContext === NULL) {
         $this->albumListContext = Tx_PtExtlist_ExtlistContext_ExtlistContextFactory::getContextByCustomConfiguration($this->configurationBuilder->buildExtlistConfiguration()->getExtlistSettingsByListId(self::ALBUM_LIST_ID), self::ALBUM_LIST_ID . $this->identifier, FALSE);
     }
     return $this->albumListContext;
 }