Symfony\Component\CssSelector\XPathExpr::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $prefix = null, $path = null, $element = '*', $condition = null, $starPrefix = false )
    public function __construct($prefix = null, $path = null, $element = '*', $condition = null, $starPrefix = false)
    {
        $this->prefix = $prefix;
        $this->path = $path;
        $this->element = $element;
        $this->condition = $condition;
        $this->starPrefix = $starPrefix;
    }