PPI\Framework\Module\AbstractModule::loadYamlRoutes PHP 메소드

loadYamlRoutes() 보호된 메소드

Load up our routes.
사용 중단: Please use loadSymfonyRoutes instead
protected loadYamlRoutes ( string $path ) : RouteCollection
$path string
리턴 Symfony\Component\Routing\RouteCollection
    protected function loadYamlRoutes($path)
    {
        return $this->loadSymfonyRoutes($path);
    }