00001 00024 #ifndef _PHP_H 00025 #define _PHP_H 00026 00027 #include "../Feature.h" 00028 00032 class FEATURE_EXPORT_CLASS PHPWrapperFeatureProvider : public FeatureProvider { 00033 private: 00035 static stringvector features; 00036 00037 public: 00039 PHPWrapperFeatureProvider(providerparams ¶ms); 00041 virtual ~PHPWrapperFeatureProvider(); 00042 00043 virtual Feature* getFeature(string name) const; 00044 virtual Feature* getSample(string name) const; 00045 virtual void nextSample(clock_t checkpoint); 00046 }; 00047 00048 #endif // _PHP_H