PHP 클래스 Pimcore\Model\Object\Fieldcollection

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

공개 프로퍼티들

프로퍼티 타입 설명
$fieldname
$items array

공개 메소드들

메소드 설명
__construct ( array $items = [], null $fieldname = null )
add ( $item ) : void
current ( ) : mixed
get ( $index )
getCount ( ) : integer
getFieldname ( )
getItemDefinitions ( ) : array
getItems ( ) : array
isEmpty ( ) : boolean
key ( ) : mixed
next ( ) : mixed
remove ( $index ) : void
rewind ( ) *
save ( $object ) : void
setFieldname ( $fieldname )
setItems ( $items )
valid ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( array $items = [], null $fieldname = null )
$items array
$fieldname null

add() 공개 메소드

public add ( $item ) : void
$item
리턴 void

current() 공개 메소드

public current ( ) : mixed
리턴 mixed

get() 공개 메소드

public get ( $index )
$index

getCount() 공개 메소드

public getCount ( ) : integer
리턴 integer

getFieldname() 공개 메소드

public getFieldname ( )

getItemDefinitions() 공개 메소드

public getItemDefinitions ( ) : array
리턴 array

getItems() 공개 메소드

public getItems ( ) : array
리턴 array

isEmpty() 공개 메소드

public isEmpty ( ) : boolean
리턴 boolean

key() 공개 메소드

public key ( ) : mixed
리턴 mixed

next() 공개 메소드

public next ( ) : mixed
리턴 mixed

remove() 공개 메소드

public remove ( $index ) : void
$index
리턴 void

rewind() 공개 메소드

*
public rewind ( )

save() 공개 메소드

public save ( $object ) : void
$object
리턴 void

setFieldname() 공개 메소드

public setFieldname ( $fieldname )
$fieldname

setItems() 공개 메소드

public setItems ( $items )
$items

valid() 공개 메소드

public valid ( ) : boolean
리턴 boolean

프로퍼티 상세

$fieldname 공개적으로 프로퍼티

public $fieldname

$items 공개적으로 프로퍼티

public array $items
리턴 array