PHPHtmlParser\Content::__construct PHP 메소드

__construct() 공개 메소드

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