class Ifdo

Constants

AVAILABLE_VERSIONS

Properties

private $jsonArr
private $validator
private $debug

Methods

static Ifdo
fromFile($path, $strict = false)

No description

static Ifdo
fromString($data, $strict = false)

No description

__construct($json, $strict = false)

No description

getValidator()

No description

void
revalidate()

No description

bool
isValid()

No description

array
getErrors()

No description

void
setDebug($value)

No description

bool
getDebug()

No description

getJsonData()

No description

getImageSetHeader()

No description

getImageSetItems()

No description

string
getIfdoVersion()

No description

void
printErrors()

No description

string
toString()

No description

Details

at line 13
static Ifdo fromFile($path, $strict = false)

No description

Parameters

$path
$strict

Return Value

Ifdo

at line 20
static Ifdo fromString($data, $strict = false)

No description

Parameters

$data
$strict

Return Value

Ifdo

at line 25
__construct($json, $strict = false)

No description

Parameters

$json
$strict

at line 38
getValidator()

No description

at line 47
void revalidate()

No description

Return Value

void

at line 60
bool isValid()

No description

Return Value

bool

at line 65
array getErrors()

No description

Return Value

array

at line 69
void setDebug($value)

No description

Parameters

$value

Return Value

void

at line 74
bool getDebug()

No description

Return Value

bool

at line 79
getJsonData()

No description

at line 84
getImageSetHeader()

No description

at line 94
getImageSetItems()

No description

at line 104
string getIfdoVersion()

No description

Return Value

string

at line 122
void printErrors()

No description

Return Value

void

at line 131
string toString()

No description

Return Value

string