Elgg\Filesystem\File::getPath PHP 메소드

getPath() 공개 메소드

public getPath ( ) : string
리턴 string The full path to this file.
    public function getPath()
    {
        return $this->directory->getPath($this->path);
    }