Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'eventmanager' of https://github.com/prolic/zf2 into hot…
Browse files Browse the repository at this point in the history
…fix/pr-425
  • Loading branch information
weierophinney committed Sep 14, 2011
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/StaticEventManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ protected function __construct()
{
}

/**
* Singleton
*
* @return void
*/
private function __clone()
{
}

/**
* Retrieve instance
*
Expand Down

0 comments on commit 16b8f20

Please sign in to comment.