Screen\Image\Types\Type::getFormat PHP 메소드

getFormat() 공개 메소드

Gets the image format
public getFormat ( ) : string
리턴 string
    public function getFormat()
    {
        return static::FORMAT;
    }