| 
 | EventBase::getFeaturesReturns bitmask of features supported Description
   public
   int
    EventBase::getFeatures
    ( void
   ) Returns bitmask of features supported. ParametersThis function has no parameters. Return ValuesReturns integer representing a bitmask of supported features. See EventConfig::FEATURE_* constants . ExamplesExample #1 EventBase::getFeatures example 
<?phpSee Also
 |