/** * Constructor for setting up static Logging stuff on the first call. */ public function __construct() { static $setupCalled = false; if (!$setupCalled) { Log_PartyCal::registerLoggers(); $setupCalled = true; } }
public function __construct() { parent::__construct(); }