Symfony\Component\Templating\PhpEngine::getLoader PHP 메소드

getLoader() 공개 메소드

Gets the loader associated with this engine.
public getLoader ( ) : Symfony\Component\Templating\Loader\LoaderInterface
리턴 Symfony\Component\Templating\Loader\LoaderInterface A LoaderInterface instance
    public function getLoader()
    {
        return $this->loader;
    }