PPI\Framework\Module\Routing\SymfonyTrait::getRoutes PHP 메소드

getRoutes() 공개 메소드

Get the routes for this module
public getRoutes ( ) : RouteCollection
리턴 Symfony\Component\Routing\RouteCollection
    public function getRoutes()
    {
        return $this->loadSymfonyRoutes($this->getRoutingFilePath());
    }