Corcel\Attachment::getCaptionAttribute PHP Method

getCaptionAttribute() public method

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