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

getExtension() public méthode

public getExtension ( ) : string
Résultat string
    public function getExtension()
    {
        return pathinfo($this->getPath(), PATHINFO_EXTENSION);
    }