getById() public method

* ---------------------------------------------------------------
public getById ( $id )
コード例 #1
0
ファイル: ThemeFiles.php プロジェクト: sourcefabric/newscoop
 public function __construct(IThemeService $service, $themeId)
 {
     $this->_service = $service;
     $this->_theme = $this->_service->getById($themeId);
 }