Newscoop\Service\ITemplateSearchService::getFrontPage PHP 메소드

getFrontPage() 공개 메소드

Get the page for front page to be used as a template.
public getFrontPage ( Issue | Int $issue, Output | integer | string $output ) : string
$issue Newscoop\Entity\Issue | Int The issue object or the id of the issue for whom the template is needed.
$output Newscoop\Entity\Output | integer | string The object Output, the id or the Name of the Output for whom the template is needed.
리턴 string The full path of the template.
    function getFrontPage($issue, $output);