Airship\Cabin\Hull\Landing\CustomPages::serveCustomPage PHP Method

serveCustomPage() protected method

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