Pop\File\Dir::getPath PHP Метод

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

Get the path.
public getPath ( ) : string
Результат string
    public function getPath()
    {
        return $this->path;
    }

Usage Example

Пример #1
0
 public function testGetPath()
 {
     $d = new Dir(__DIR__ . '/../tmp/');
     $this->assertContains('tmp', $d->getPath());
 }
All Usage Examples Of Pop\File\Dir::getPath