Corcel\Attachment::getTypeAttribute PHP Méthode

getTypeAttribute() public méthode

Gets the mime type attribute.
public getTypeAttribute ( ) : string
Résultat string
    public function getTypeAttribute()
    {
        return $this->post_mime_type;
    }