Mapper interface

 Methods

Returns the content type of mapped objects

getContentType() : string

Returns

string

Create object from string

mapFromStorage(string $string) : \Moneybird\Mapper_Mapable

access public

Parameters

$string

string

Returns

Map object

mapToStorage(\Moneybird\Mapper_Mapable $subject) : string

access public

Parameters

$subject

\Moneybird\Mapper_Mapable

Object to map

Returns

string