PhpOffice\PhpPresentation\Shape\Drawing\File::getContents PHP Method

getContents() public method

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