Type |
Line |
Description |
TODO |
41 |
For H6, look at protected/private visibility of parent class' methods
and properties. Needed to provide duplicated methods, like __construct
due to private members. Might be able to combine classes once type
hints are fixed/changed in the Horde_Itip_Event_* classes. |
TODO |
95 |
Refactor this along with parent class. This method name is confusing,
but necessary due to the parent class' method name. It returns
a vTodo, not vEvent. |
TODO |
125 |
I tried to abstract just the .ics filename, but due to private
members in the parent class, must override the entire method here. |