1 | <?php |
||
13 | class EventItemFactory |
||
14 | { |
||
15 | /** |
||
16 | * @param string $namespaceUri |
||
17 | * @param string $cdbXml |
||
18 | * @throws CultureFeed_Cdb_ParseException |
||
19 | * @return CultureFeed_Cdb_Item_Event |
||
20 | */ |
||
21 | public static function createEventFromCdbXml($namespaceUri, $cdbXml) |
||
38 | |||
39 | /** |
||
40 | * UDB2 contained a bug that allowed for a keyword to have a semicolon. |
||
41 | * @param CultureFeed_Cdb_Item_Event $event |
||
42 | * @return CultureFeed_Cdb_Item_Event |
||
43 | */ |
||
44 | private static function splitKeywordTagOnSemiColon( |
||
72 | |||
73 | /** |
||
74 | * @param CultureFeed_Cdb_Item_Event $event |
||
75 | * @return bool |
||
76 | */ |
||
77 | private static function isEventOlderThanSplitKeywordFix( |
||
82 | } |
||
83 |