reload() 공개 정적인 메소드

Reload current page please, be careful to avoid loop of reload
public static reload ( ) : void
리턴 void
예제 #1
0
 /**
  * Test Helper Reload
  *
  * @expectedException \Bluz\Application\Exception\RedirectException
  */
 public function testHelperReload()
 {
     Response::reload();
 }