PHP 클래스 Pimcore\Model\Metadata\Predefined\Listing

상속: extends Pimcore\Model\Listing\JsonListing
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$definitions array Contains the results of the list. They are all an instance of Metadata\Predefined

공개 메소드들

메소드 설명
getByKeyAndLanguage ( $key, $language, $targetSubtype = null ) : Predefined
getByTargetType ( $type, $subTypes ) : Listing
getDefinitions ( ) : array
setDefinitions ( $definitions )

메소드 상세

getByKeyAndLanguage() 공개 정적인 메소드

public static getByKeyAndLanguage ( $key, $language, $targetSubtype = null ) : Predefined
$key
$language
리턴 Pimcore\Model\Metadata\Predefined

getByTargetType() 공개 정적인 메소드

public static getByTargetType ( $type, $subTypes ) : Listing
$type
$subTypes
리턴 Listing

getDefinitions() 공개 메소드

public getDefinitions ( ) : array
리턴 array

setDefinitions() 공개 메소드

public setDefinitions ( $definitions )
$definitions

프로퍼티 상세

$definitions 공개적으로 프로퍼티

Contains the results of the list. They are all an instance of Metadata\Predefined
public array $definitions
리턴 array