コード例 #1
0
 public function matches(\Cx\Core\Routing\Url $url)
 {
     return $this->getRegularExpression()->match($url->toString());
 }