Exemplo n.º 1
0
 public function unregisterGlobally()
 {
     if (Post::$context === $this) {
         Post::$context = NULL;
     }
 }