1 | <?php |
||
11 | class Associative extends Structure { |
||
12 | |||
13 | /** |
||
14 | * @param array $array |
||
15 | * @param string|object $outputClassOrObject |
||
16 | * @param integer $adapter |
||
17 | */ |
||
18 | 19 | public function __construct( |
|
25 | |||
26 | /** |
||
27 | * @return array |
||
28 | */ |
||
29 | 18 | public function getInputArray() { |
|
32 | |||
33 | /** |
||
34 | * @param array $array |
||
35 | * @return $this |
||
36 | */ |
||
37 | 1 | public function setInputArray(array $array) { |
|
40 | |||
41 | /** |
||
42 | * @param mixed $value |
||
43 | * @return boolean |
||
44 | */ |
||
45 | 17 | protected function isObject($value) { |
|
48 | |||
49 | /** |
||
50 | * @param mixed $value |
||
51 | * @return boolean |
||
52 | */ |
||
53 | 15 | protected function isSequential($value) { |
|
56 | |||
57 | /** |
||
58 | * @param mixed $value |
||
59 | * @return boolean |
||
60 | */ |
||
61 | 18 | protected function isStructure($value) { |
|
64 | |||
65 | /** |
||
66 | * @return array |
||
67 | */ |
||
68 | 18 | protected function getInputAttributes() { |
|
71 | |||
72 | } |