PHPHtmlParser\Content::__construct PHP Method

__construct() public method

Content constructor.
public __construct ( $content )
$content
    public function __construct($content)
    {
        $this->content = $content;
        $this->size = strlen($content);
        $this->pos = 0;
    }