1 | <?php |
||
8 | class EventItemFactory |
||
9 | { |
||
10 | /** |
||
11 | * @param string $namespaceUri |
||
12 | * @param string $cdbXml |
||
13 | * @throws \CultureFeed_Cdb_ParseException |
||
14 | * @return \CultureFeed_Cdb_Item_Event |
||
15 | */ |
||
16 | public static function createEventFromCdbXml($namespaceUri, $cdbXml) |
||
37 | |||
38 | /** |
||
39 | * UDB2 contained a bug that allowed for a keyword tag to have a semicolon. |
||
40 | * @param \CultureFeed_Cdb_Item_Event $event |
||
41 | * @return \CultureFeed_Cdb_Item_Event |
||
42 | */ |
||
43 | private static function splitKeywordTagOnSemiColon( |
||
73 | |||
74 | /** |
||
75 | * @param \CultureFeed_Cdb_Item_Event $event |
||
76 | * @return bool |
||
77 | */ |
||
78 | private static function isEventOlderThanSplitKeywordFix( |
||
83 | } |
||
84 |