PHP 클래스 Sculpin\Contrib\ProxySourceCollection\ProxySourceItem

상속: extends Sculpin\Core\Source\ProxySource, implements ArrayAccess
파일 보기 프로젝트 열기: sculpin/sculpin 1 사용 예제들

공개 메소드들

메소드 설명
blocks ( )
date ( )
id ( )
meta ( )
nextItem ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
previousItem ( )
reprocess ( )
setBlocks ( array $blocks = null )
setNextItem ( ProxySourceItem $item = null )
setPreviousItem ( ProxySourceItem $item = null )
title ( )
url ( )

메소드 상세

blocks() 공개 메소드

public blocks ( )

date() 공개 메소드

public date ( )

id() 공개 메소드

public id ( )

meta() 공개 메소드

public meta ( )

nextItem() 공개 메소드

public nextItem ( )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

previousItem() 공개 메소드

public previousItem ( )

reprocess() 공개 메소드

public reprocess ( )

setBlocks() 공개 메소드

public setBlocks ( array $blocks = null )
$blocks array

setNextItem() 공개 메소드

public setNextItem ( ProxySourceItem $item = null )
$item ProxySourceItem

setPreviousItem() 공개 메소드

public setPreviousItem ( ProxySourceItem $item = null )
$item ProxySourceItem

title() 공개 메소드

public title ( )

url() 공개 메소드

public url ( )