12
12
namespace PHPExif \Adapter ;
13
13
14
14
use PHPExif \Exif ;
15
- use DateTime ;
16
15
17
16
/**
18
17
* PHP Exif Native Reader Adapter
@@ -96,7 +95,7 @@ public function getRequiredSections()
96
95
* Setter for the EXIF sections
97
96
*
98
97
* @param array $sections List of EXIF sections
99
- * @return \PHPExif\Reader Current instance for chaining
98
+ * @return \PHPExif\Adapter\Native Current instance for chaining
100
99
*/
101
100
public function setRequiredSections (array $ sections )
102
101
{
@@ -109,7 +108,7 @@ public function setRequiredSections(array $sections)
109
108
* Adds an EXIF section to the list
110
109
*
111
110
* @param string $section
112
- * @return \PHPExif\Reader Current instance for chaining
111
+ * @return \PHPExif\Adapter\Native Current instance for chaining
113
112
*/
114
113
public function addRequiredSection ($ section )
115
114
{
@@ -124,7 +123,7 @@ public function addRequiredSection($section)
124
123
* Define if the thumbnail should be included into the EXIF data or not
125
124
*
126
125
* @param boolean $value
127
- * @return \PHPExif\Reader Current instance for chaining
126
+ * @return \PHPExif\Adapter\Native Current instance for chaining
128
127
*/
129
128
public function setIncludeThumbnail ($ value )
130
129
{
@@ -147,7 +146,7 @@ public function getIncludeThumbnail()
147
146
* Define if the sections should be parsed as arrays
148
147
*
149
148
* @param boolean $value
150
- * @return \PHPExif\Reader Current instance for chaining
149
+ * @return \PHPExif\Adapter\Native Current instance for chaining
151
150
*/
152
151
public function setSectionsAsArrays ($ value )
153
152
{
0 commit comments