Corcel\Attachment::getTitleAttribute PHP Méthode

getTitleAttribute() public méthode

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