1 | <?php |
||
13 | class Smart extends Wrapper { |
||
14 | |||
15 | /** |
||
16 | * @var string|object|array |
||
17 | */ |
||
18 | private $inputValue; |
||
19 | |||
20 | /** |
||
21 | * @return array|object|string |
||
22 | */ |
||
23 | 5 | public function getInputValue() { |
|
26 | |||
27 | /** |
||
28 | * @param array|object|string $value |
||
29 | * @return $this |
||
30 | */ |
||
31 | 2 | public function setInputValue($value) { |
|
40 | |||
41 | /** |
||
42 | * @param array|object|string $inputValue |
||
43 | * @param string|object $outputClassOrObject |
||
44 | * @param integer $adapter |
||
45 | */ |
||
46 | 5 | public function __construct( |
|
54 | |||
55 | /** |
||
56 | * @param string|object $outputClassOrObject |
||
57 | * @param integer $adapter |
||
58 | * @return $this |
||
59 | * @throws SmartValidator |
||
60 | */ |
||
61 | 5 | protected function createMapper( |
|
76 | |||
77 | /** |
||
78 | * @return string |
||
79 | * @throws SmartValidator |
||
80 | */ |
||
81 | 5 | protected function detectMapperClass() { |
|
92 | |||
93 | } |