Example #1
0
 /**
  * extracts the GID from the path
  */
 public function getTargetedGID()
 {
     return explode('/', str_replace(Configuration::getApiPath(), '', $this->path))[0];
 }