1 | <?php |
||
12 | class EventItemFactory |
||
13 | { |
||
14 | /** |
||
15 | * @param string $namespaceUri |
||
16 | * @param string $cdbXml |
||
17 | * @throws CultureFeed_Cdb_ParseException |
||
18 | * @return CultureFeed_Cdb_Item_Event |
||
19 | */ |
||
20 | public static function createEventFromCdbXml($namespaceUri, $cdbXml) |
||
41 | |||
42 | /** |
||
43 | * UDB2 contained a bug that allowed for a keyword to have a semicolon. |
||
44 | * @param CultureFeed_Cdb_Item_Event $event |
||
45 | * @return CultureFeed_Cdb_Item_Event |
||
46 | */ |
||
47 | private static function splitKeywordTagOnSemiColon( |
||
77 | |||
78 | /** |
||
79 | * @param CultureFeed_Cdb_Item_Event $event |
||
80 | * @return bool |
||
81 | */ |
||
82 | private static function isEventOlderThanSplitKeywordFix( |
||
87 | } |
||
88 |