Habari\Block::__toString PHP Метод

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

Convert this block into a string, just in case there isn't a template associated to this block type
public __toString ( ) : string
Результат string The string representation of this content, as a bad fallback
    public function __toString()
    {
        return $this->title;
    }