Mage2\Wishlist\Module::registerViewPath PHP 메소드

registerViewPath() 보호된 메소드

These routes all receive session state, CSRF protection, etc.
protected registerViewPath ( ) : void
리턴 void
    protected function registerViewPath()
    {
        View::addLocation(__DIR__ . '/views');
    }