PhpOffice\PhpPresentation\Shape\Drawing\File::getContents PHP 메소드

getContents() 공개 메소드

public getContents ( ) : string
리턴 string
    public function getContents()
    {
        return file_get_contents($this->getPath());
    }