1 | <?php |
||
4 | class Mapping |
||
5 | { |
||
6 | protected $mapping = []; |
||
7 | |||
8 | 4 | public function __construct(array $mapping) |
|
12 | |||
13 | 4 | protected function checkMappingIsValid($mapping) |
|
19 | |||
20 | 3 | public function addMapping($identifier, $classData) |
|
24 | |||
25 | 3 | protected function getClassName($classId) |
|
29 | |||
30 | 3 | protected function getConstructorArguments($classId) |
|
34 | } |
||
35 |