Clarify why we are doing this bit of code here...
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 9 Sep 2009 00:01:02 +0000 (20:01 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 29 Sep 2009 20:53:51 +0000 (16:53 -0400)
kronolith/lib/Event/Sql.php

index 6d751e0..992089d 100644 (file)
@@ -210,7 +210,8 @@ class Kronolith_Event_Sql extends Kronolith_Event
     /**
      * Function to check availability and auto accept/decline for each resource
      * attached to this event. Needed here instead of in Kronolith_Driver::saveEvent
-     * since self::_properties is already built at that point.
+     * since self::_properties is already built at that point, and since it's
+     * not public, we need to access it from within this class.
      *
      * @return unknown_type
      */