PHP 클래스 Pimcore\Model\Webservice\Data\Mapper

파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 메소드들

메소드 설명
findWebserviceClass ( $object, $type ) : null | string
map ( $object, $apiclass, $type, null $options = null ) : array | string
toObject ( $el ) : stdClass

메소드 상세

findWebserviceClass() 공개 정적인 메소드

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

map() 공개 정적인 메소드

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

toObject() 공개 정적인 메소드

public static toObject ( $el ) : stdClass
$el
리턴 stdClass