Corcel\Attachment::getCaptionAttribute PHP Méthode

getCaptionAttribute() public méthode

Gets the caption attribute.
public getCaptionAttribute ( ) : string
Résultat string
    public function getCaptionAttribute()
    {
        return $this->post_excerpt;
    }