getWebappPath() 공개 메소드

Returns the absolute path to the web application base directory.
public getWebappPath ( ) : string
리턴 string The path to the webapps folder
예제 #1
0
 /**
  * Test if the getter for the webapp path works.
  *
  * @return void
  */
 public function testGetWebappPath()
 {
     $this->assertEquals(ApplicationTest::WEBAPP_PATH, $this->application->getWebappPath());
 }