EventConfig::setFlags

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

説明

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.

パラメータ

flags

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

戻り値

成功した場合に true を、失敗した場合に false を返します。

参考

  • EventBase::getFeatures