Ojs\ApiBundle\Handler\JournalThemeHandler::get PHP 메소드

get() 공개 메소드

Get a JournalTheme.
public get ( mixed $id ) : JournalTheme
$id mixed
리턴 Ojs\JournalBundle\Entity\JournalTheme
    public function get($id)
    {
        return $this->repository->find($id);
    }