App\Main\Routes\NewsfeedRoutes::initialize PHP 메소드

initialize() 공개 메소드

public initialize ( )
    public function initialize()
    {
        $this->setPaths(['controller' => 'Newsfeed']);
        $this->setPrefix('/newsfeed');
        $this->addGet('', ['action' => 'index']);
    }
NewsfeedRoutes