display() 공개 메소드

Display the page
public display ( )
예제 #1
0
 /**
  * @return Response
  */
 public function display()
 {
     return $this->page->display();
 }