메소드 | 설명 | |
---|---|---|
display ( ) : Symfony\Component\HttpFoundation\Response | Sends the output of the app to our browser, in the form of a Response object. | |
initialize ( ) | This method exists because the kernel/service container needs to be set before the page's functionality gets loaded. Any functionality of the app should be initialized afterwards. |
public display ( ) : Symfony\Component\HttpFoundation\Response | ||
리턴 | Symfony\Component\HttpFoundation\Response |
public initialize ( ) |