Habari\Block::__toString PHP Method

__toString() public method

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