Corcel\Attachment::getTitleAttribute PHP Метод

getTitleAttribute() публичный Метод

Gets the title attribute.
public getTitleAttribute ( ) : string
Результат string
    public function getTitleAttribute()
    {
        return $this->post_title;
    }