getAbsoluteApplicationUrl() 공개 메소드

public getAbsoluteApplicationUrl ( $forceSecureConnection = null ) : string
리턴 string entry script URL (w/ host part)
예제 #1
0
 public function testGetAbsoluteApplicationUrl()
 {
     $request = new THttpRequest();
     $request->init(null);
     self::assertEquals('http://localhost/demos/personal/index.php', $request->getAbsoluteApplicationUrl());
 }