Symfony\Component\CssSelector\XPathExpr::__construct PHP Méthode

__construct() public méthode

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