public function getVersion()

in extensions/SMWAskAPI/api/SMWAsk_API.php [280:282]


    public function getVersion() {
        return __CLASS__ . '$' . SMWASKAPI_VERSION; //TODO what is the norm here?
    }