yii\base\Event::offAll PHP 메소드

offAll() 공개 정적인 메소드

Detaches all registered class-level event handlers.
또한 보기: on()
또한 보기: off()
부터: 2.0.10
public static offAll ( )
    public static function offAll()
    {
        self::$_events = [];
    }