reload() public static method

Reload current page please, be careful to avoid loop of reload
public static reload ( ) : void
return void
コード例 #1
0
ファイル: ResponseTest.php プロジェクト: bluzphp/framework
 /**
  * Test Helper Reload
  *
  * @expectedException \Bluz\Application\Exception\RedirectException
  */
 public function testHelperReload()
 {
     Response::reload();
 }