27 parent::__construct($platform,
$endpoint);
38 private static function addPath(
$endpoint, $path)
41 if (substr(
$endpoint, -strlen($path)) !== $path) {
44 } elseif (strpos(
$endpoint,
"{$path}?") ===
false) {
Class to implement the Assignment and Grade services.
__construct($platform, $endpoint, $path='')
Class constructor.
Class to implement a service.
$endpoint
Service endpoint.