IssueHandler::getGalley PHP 메소드

getGalley() 공개 메소드

Get the retrieved issue galley
public getGalley ( ) : IssueGalley
리턴 IssueGalley
    function getGalley()
    {
        return $this->_galley;
    }