getSessionDir() публичный Метод

Returns the absolute path to the applications session directory.
public getSessionDir ( ) : string
Результат string The app session directory
Пример #1
0
 /**
  * Test if the getter for the session dir works.
  *
  * @return void
  */
 public function testGetSessionDir()
 {
     $this->assertEquals(ApplicationTest::SESSION_DIR, $this->application->getSessionDir());
 }