1 | <?php |
||
8 | class UnableToCreateUserEventTextExtractor implements MessageTextExtractor |
||
9 | { |
||
10 | const MESSAGE_KEY = 'user.created.failed'; |
||
11 | |||
12 | /** |
||
13 | * Extract the message from the game result. |
||
14 | * |
||
15 | * @param object $object |
||
16 | * @return TranslatableResource |
||
17 | */ |
||
18 | 6 | public function extractMessage($object) |
|
26 | } |
||
27 |