TestDispatcher::forget PHP 메소드

forget() 공개 메소드

Remove a set of listeners from the dispatcher.
public forget ( string $event ) : void
$event string
리턴 void
    public function forget($event)
    {
        // TODO: Implement forget() method.
    }