Neos\Flow\ResourceManagement\Publishing\MessageCollector::__destruct PHP Method

__destruct() public method

Flush all notification during the object lifecycle
public __destruct ( ) : void
return void
    public function __destruct()
    {
        $this->flush();
    }