pQuery\DoctypeNode::toString_content PHP Method

toString_content() public method

public toString_content ( $attributes = true, $recursive = true, $content_only = false )
    function toString_content($attributes = true, $recursive = true, $content_only = false)
    {
        return $this->text;
    }