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