Neos\Flow\ResourceManagement\Publishing\MessageCollector::__destruct PHP Méthode

__destruct() public méthode

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