@@ -68,6 +68,9 @@ |
||
68 | 68 | } |
69 | 69 | } |
70 | 70 | |
71 | + /** |
|
72 | + * @param string $className |
|
73 | + */ |
|
71 | 74 | public function registerEntryPoint($funcName,$className){ |
72 | 75 | if (isset($this->entryPoints[$funcName])){ |
73 | 76 | throw new SDKException('SDK method already defined. Method '.$funcName.' references Class '.$className); |