eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\Regex::setMatchElement PHP Method

setMatchElement() public method

Injects element to match against with the regexp.
public setMatchElement ( string $element )
$element string
    public function setMatchElement($element)
    {
        $this->element = $element;
    }