PHP 클래스 Pimcore\Model\Element\Reference\Placeholder

파일 보기 프로젝트 열기: pimcore/pimcore

공개 프로퍼티들

프로퍼티 타입 설명
$id integer
$type string

공개 메소드들

메소드 설명
__construct ( integer $id, string $type )
getId ( ) : integer
getType ( ) : string
setId ( integer $id )
setType ( string $type )

메소드 상세

__construct() 공개 메소드

public __construct ( integer $id, string $type )
$id integer
$type string

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getType() 공개 메소드

public getType ( ) : string
리턴 string

setId() 공개 메소드

public setId ( integer $id )
$id integer

setType() 공개 메소드

public setType ( string $type )
$type string

프로퍼티 상세

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$type 공개적으로 프로퍼티

public string $type
리턴 string