Corcel\Attachment::getTitleAttribute PHP Method

getTitleAttribute() public method

Gets the title attribute.
public getTitleAttribute ( ) : string
return string
    public function getTitleAttribute()
    {
        return $this->post_title;
    }