Cviebrock\EloquentSluggable\Tests\Models\PostNotSluggable::__toString PHP Метод

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

Convert the model to its string representation.
public __toString ( ) : string
Результат string
    public function __toString()
    {
        return $this->title;
    }
PostNotSluggable