Ouzo\Notice::requestUrlMatches PHP Method

requestUrlMatches() public method

public requestUrlMatches ( )
    public function requestUrlMatches()
    {
        return $this->getUrl() == null || !strcmp($this->getCurrentPath(), $this->getUrl());
    }