Skip to content

Commit

Permalink
add method getGetoptParser()
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed May 14, 2014
1 parent f4284f9 commit 17c7b6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Context/GetoptFactory.php
Expand Up @@ -42,6 +42,11 @@ public function __construct(GetoptParser $getopt_parser)
$this->getopt_parser = $getopt_parser;
}

public function getGetoptParser()
{
return $this->getopt_parser;
}

/**
*
* Returns a new Getopt instance.
Expand Down

0 comments on commit 17c7b6d

Please sign in to comment.