Redaxscript\Html\Element::__toString PHP Method

__toString() public method

stringify the element
Since: 2.2.0
public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->render();
    }