| 1 | <?php |
||
| 8 | class Convention implements Contracts\Convention |
||
| 9 | { |
||
| 10 | private $numberType; |
||
| 11 | |||
| 12 | 64 | public function setNumberType($type) |
|
| 16 | |||
| 17 | 64 | public function getType($property) |
|
| 28 | |||
| 29 | 64 | public function getTarantoolType($type) |
|
| 40 | |||
| 41 | 64 | public function isPrimitive($type) |
|
| 45 | |||
| 46 | 64 | public function encode($type, $value) |
|
| 70 | |||
| 71 | 64 | public function decode($type, $value) |
|
| 79 | |||
| 80 | 64 | public function getDefaultValue($type) |
|
| 88 | } |
||
| 89 |