PhpOffice\PhpPresentation\Shape\Drawing\File::getContents PHP Méthode

getContents() public méthode

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