InterNations\Component\HttpMock\Matcher\ExtractorFactory::__construct PHP Method

__construct() public method

public __construct ( $basePath = '' )
    public function __construct($basePath = '')
    {
        $this->basePath = rtrim($basePath, '/');
    }