Skip to content

Commit

Permalink
add Matcher::getMap()
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed May 1, 2015
1 parent 3730e89 commit c08bbbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Matcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ public function __construct(
$this->ruleIterator = $ruleIterator;
}

public function getMap()
{
return $this->map;
}

/**
*
* Gets a route that matches a given path and other server conditions.
Expand Down

0 comments on commit c08bbbe

Please sign in to comment.