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) |
||
37 | |||
38 | /** |
||
39 | * UDB2 contained a bug that allowed for a keyword to have a semicolon. |
||
40 | * @param CultureFeed_Cdb_Item_Event $event |
||
41 | * @return CultureFeed_Cdb_Item_Event |
||
42 | */ |
||
43 | private static function splitKeywordTagOnSemiColon( |
||
71 | |||
72 | /** |
||
73 | * @param CultureFeed_Cdb_Item_Event $event |
||
74 | * @return bool |
||
75 | */ |
||
76 | private static function isEventOlderThanSplitKeywordFix( |
||
81 | } |
||
82 |