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());
 }