InterNations\Component\HttpMock\Matcher\ExtractorFactory::__construct PHP Метод

__construct() публичный Метод

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