Corcel\Attachment::getTypeAttribute PHP 메소드

getTypeAttribute() 공개 메소드

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