EventConfig::setFlags

Sets one or more flags to configure the eventual EventBase will be initialized

Description

public bool EventConfig::setFlags( int $flags )

Sets one or more flags to configure what parts of the eventual EventBase will be initialized, and how they'll work.

Parameters

flags

One of EventBase::LOOP_* constants. See EventBase constants.

Return Values

Returns true on success or false on failure.

See Also

  • EventBase::getFeatures