PHP 클래스 Doctrine\Tests\OXM\Entities\Collections\Wrapper

파일 보기 프로젝트 열기: doctrine/oxm

공개 프로퍼티들

프로퍼티 타입 설명
$enum array @XmlText(type="string", collection=true, wrapper="bar", prefix="prfx")
$list array @XmlText(type="string", collection=true, wrapper="foo")

프로퍼티 상세

$enum 공개적으로 프로퍼티

@XmlText(type="string", collection=true, wrapper="bar", prefix="prfx")
public array $enum
리턴 array

$list 공개적으로 프로퍼티

@XmlText(type="string", collection=true, wrapper="foo")
public array $list
리턴 array