Xataface Calendar Module 0.1
Full Calendar for Xataface
DelegateClass.php
Go to the documentation of this file.
00001 <?php
00002 
00014 interface DelegateClass {
00015         
00033         public function getColor(Dataface_Record $record);
00034         
00051         public function getBgColor(Dataface_Record $record);
00052         
00072         public function calendar__decorateEvent(Dataface_Record $record, array &$eventData);
00073 
00074 }
 All Data Structures Files Functions Variables