Basecoat\View::__toString PHP 메소드

__toString() 공개 메소드

Return data values as string
public __toString ( ) : String
리턴 String values of data items delimited with line feeds
    public function __toString()
    {
        echo implode("\n", $this->data);
    }