pQuery\TextNode::toString_content PHP Метод

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

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