| 1 | <?php |
||
| 3 | class ElementalSolrIndexer { |
||
|
|
|||
| 4 | |||
| 5 | const ELEMENTAL_FIELD_NAME = 'Elemental_Element'; |
||
| 6 | |||
| 7 | /** |
||
| 8 | * |
||
| 9 | */ |
||
| 10 | public function updateFieldDefinition($xml) { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * |
||
| 18 | */ |
||
| 19 | public function elementPageChanged($object, $doc) { |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @todo |
||
| 39 | */ |
||
| 40 | public function publishDirtyClones($dirty) { |
||
| 45 | } |
||
| 46 |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.