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

getContents() 공개 메소드

Get the text content of this file. Empty string if it doesn't exist.
public getContents ( ) : string
리턴 string
    public function getContents()
    {
        return $this->directory->getContents($this->path);
    }