@@ -49,6 +49,9 @@ |
||
49 | 49 | private $row = 0; |
50 | 50 | |
51 | 51 | |
52 | + /** |
|
53 | + * @param string $rowClass |
|
54 | + */ |
|
52 | 55 | public function __construct(StreamReader $stream, array $metadata, $rowClass) { |
53 | 56 | $this->stream = clone $stream; |
54 | 57 | $this->metadata = $metadata; |
@@ -114,6 +114,9 @@ |
||
114 | 114 | return (string) $this->_value; |
115 | 115 | } |
116 | 116 | |
117 | + /** |
|
118 | + * @return string |
|
119 | + */ |
|
117 | 120 | public static function getBinaryByType($dataType, $value){ |
118 | 121 | if (is_array($dataType)){ |
119 | 122 | if (!isset($dataType['definition'])) |