Skip to content

Commit 1b377cb

Browse files
authored
Merge pull request #156 from Kaabi/patch-5
2 parents 06a56bf + fe7b674 commit 1b377cb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/BigBlueButton.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,4 +504,17 @@ private function processXmlResponse($url, $payload = '', $contentType = 'applica
504504
throw new \RuntimeException('Post XML data set but curl PHP module is not installed or not enabled.');
505505
}
506506
}
507+
508+
/**
509+
* Public accessor for buildUrl
510+
* @param string $method
511+
* @param string $params
512+
* @param bool $append
513+
* @return string
514+
*/
515+
public function buildUrl($method = '', $params = '', $append = TRUE)
516+
{
517+
return $this->urlBuilder->buildUrl($method, $params, $append);
518+
}
519+
507520
}

0 commit comments

Comments
 (0)