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

getExtension() public method

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