| 1 | <?php |
||
| 11 | class InMemoryPersistenceDefinition extends PersistenceDefinition |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Creates the PersistenceConfigurator specific to the transport implementation. |
||
| 15 | * |
||
| 16 | * @param Settings $settings |
||
| 17 | * |
||
| 18 | * @return InMemoryPersistenceConfigurator |
||
| 19 | */ |
||
| 20 | 1 | public function createConfigurator(Settings $settings) |
|
| 24 | |||
| 25 | /** |
||
| 26 | * This is where subclasses declare what storage types they support together with |
||
| 27 | * the initializers for those types. |
||
| 28 | */ |
||
| 29 | 1 | public function formalize() |
|
| 41 | } |
||
| 42 |