PHP Class Pimcore\Model\Webservice\Data\Mapper

Datei anzeigen Open project: pimcore/pimcore Class Usage Examples

Public Methods

Method Description
findWebserviceClass ( $object, $type ) : null | string
map ( $object, $apiclass, $type, null $options = null ) : array | string
toObject ( $el ) : stdClass

Method Details

findWebserviceClass() public static method

public static findWebserviceClass ( $object, $type ) : null | string
$object
$type
return null | string

map() public static method

public static map ( $object, $apiclass, $type, null $options = null ) : array | string
$object
$apiclass
$type
$options null
return array | string

toObject() public static method

public static toObject ( $el ) : stdClass
$el
return stdClass