getById() 공개 메소드

* ---------------------------------------------------------------
public getById ( $id )
예제 #1
0
 public function __construct(IThemeService $service, $themeId)
 {
     $this->_service = $service;
     $this->_theme = $this->_service->getById($themeId);
 }