Exemplo n.º 1
0
Arquivo: Image.php Projeto: neos/flow
 public function shutdownObject()
 {
     if ($this->relatedObject instanceof CleanupObject) {
         $this->relatedObject->toggleState();
     }
 }