PHP Класс Exif\Camera

Автор: Bastian Allgeier ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$make
$model

Открытые методы

Метод Описание
__construct ( array $exif ) Constructor
__debuginfo ( ) : array Improved var_dump() output
__toString ( ) : string Returns the full make + model name
make ( ) : string Returns the make of the camera
model ( ) : string Returns the camera model
toArray ( ) : array Converts the object into a nicely readable array

Описание методов

__construct() публичный Метод

Constructor
public __construct ( array $exif )
$exif array

__debuginfo() публичный Метод

Improved var_dump() output
public __debuginfo ( ) : array
Результат array

__toString() публичный Метод

Returns the full make + model name
public __toString ( ) : string
Результат string

make() публичный Метод

Returns the make of the camera
public make ( ) : string
Результат string

model() публичный Метод

Returns the camera model
public model ( ) : string
Результат string

toArray() публичный Метод

Converts the object into a nicely readable array
public toArray ( ) : array
Результат array

Описание свойств

$make защищенное свойство

protected $make

$model защищенное свойство

protected $model