PHP 클래스 Yosymfony\Spress\Core\DataSource\Item

저자: Victor Puertas ([email protected])
상속: implements Yosymfony\Spress\Core\DataSource\ItemInterface
파일 보기 프로젝트 열기: spress/spress 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $content, string $id, array $attributes = [], boolean $isBinary = false, $type = self::TYPE_ITEM ) Constructor.
getAttributes ( )
getCollection ( )
getContent ( $snapshotName = '' )
getId ( )
getPath ( $snapshotName = '' )
getRelationshipCollection ( )
getType ( )
isBinary ( )
setAttributes ( array $values )
setCollection ( $name )
setContent ( $content, $snapshotName )
setPath ( $value, $snapshotName )

보호된 메소드들

메소드 설명
setId ( string $id ) Sets id.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $content, string $id, array $attributes = [], boolean $isBinary = false, $type = self::TYPE_ITEM )
$content string
$id string
$attributes array
$isBinary boolean

getAttributes() 공개 메소드

public getAttributes ( )

getCollection() 공개 메소드

public getCollection ( )

getContent() 공개 메소드

public getContent ( $snapshotName = '' )

getId() 공개 메소드

public getId ( )

getPath() 공개 메소드

public getPath ( $snapshotName = '' )

getRelationshipCollection() 공개 메소드

getType() 공개 메소드

public getType ( )

isBinary() 공개 메소드

public isBinary ( )

setAttributes() 공개 메소드

public setAttributes ( array $values )
$values array

setCollection() 공개 메소드

public setCollection ( $name )

setContent() 공개 메소드

public setContent ( $content, $snapshotName )

setId() 보호된 메소드

Sets id.
protected setId ( string $id )
$id string The item identifier

setPath() 공개 메소드

public setPath ( $value, $snapshotName )