Corcel\Attachment::getDescriptionAttribute PHP Méthode

getDescriptionAttribute() public méthode

Gets the description attribute.
public getDescriptionAttribute ( ) : string
Résultat string
    public function getDescriptionAttribute()
    {
        return $this->post_content;
    }