1 | <?php |
||
7 | class Convention implements Contracts\Convention |
||
8 | { |
||
9 | 62 | public function getType($property) |
|
20 | |||
21 | 62 | public function getTarantoolType($type) |
|
29 | |||
30 | 62 | public function isPrimitive($type) |
|
34 | |||
35 | 62 | public function encode($type, $value) |
|
59 | |||
60 | 62 | public function decode($type, $value) |
|
68 | |||
69 | 62 | public function getDefaultValue($type) |
|
77 | } |
||
78 |