Symfony\Component\CssSelector\XPathExpr::__construct PHP Method

__construct() public method

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;
    }