Exif\Camera::toArray PHP Method

toArray() public method

Converts the object into a nicely readable array
public toArray ( ) : array
return array
    public function toArray()
    {
        return array('make' => $this->make, 'model' => $this->model);
    }