示例#1
0
文件: YagContext.php 项目: rabe69/yag
 /**
  * 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;
 }