Airship\Cabin\Hull\Landing\CustomPages::serveCustomPage PHP 메소드

serveCustomPage() 보호된 메소드

Public API entry point for serving a custom page
protected serveCustomPage ( string $file, array $dirs = [] ) : boolean
$file string
$dirs array
리턴 boolean
    protected function serveCustomPage(string $file, array $dirs = []) : bool
    {
        return $this->serveFile($file, $this->pages->getParentDir($dirs));
    }