phpQueryObject::documentFragment PHP 메소드

documentFragment() 공개 메소드

public documentFragment ( $state = null )
    public function documentFragment($state = null)
    {
        if ($state) {
            phpQuery::$documents[$this->getDocumentID()]['documentFragment'] = $state;
            return $this;
        }
        return $this->documentFragment;
    }