PhpOffice\PhpPresentation\Shape\Drawing\File::getContents PHP Метод

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

public getContents ( ) : string
Результат string
    public function getContents()
    {
        return file_get_contents($this->getPath());
    }