PHP 클래스 FastFeed\Item

파일 보기 프로젝트 열기: fastfeed/fastfeed 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$author string
$content string
$date DateTime
$extra array
$image string
$intro string
$itemId string
$name string
$source string
$tags array

공개 메소드들

메소드 설명
addTag ( string $tag )
getAuthor ( ) : string
getContent ( ) : string
getDate ( ) : DateTime
getExtra ( $key ) : boolean
getId ( ) : string
getImage ( ) : string
getIntro ( ) : string
getName ( ) : string
getSource ( ) : string
getTags ( ) : array
hasImage ( ) : boolean
setAuthor ( string $author )
setContent ( string $content )
setDate ( DateTime $date )
setExtra ( $key, $value )
setId ( string $itemId )
setImage ( string $image )
setIntro ( string $intro )
setName ( string $name )
setSource ( string $source )
setTags ( array $tags )

메소드 상세

addTag() 공개 메소드

public addTag ( string $tag )
$tag string

getAuthor() 공개 메소드

public getAuthor ( ) : string
리턴 string

getContent() 공개 메소드

public getContent ( ) : string
리턴 string

getDate() 공개 메소드

public getDate ( ) : DateTime
리턴 DateTime

getExtra() 공개 메소드

public getExtra ( $key ) : boolean
$key
리턴 boolean

getId() 공개 메소드

public getId ( ) : string
리턴 string

getImage() 공개 메소드

public getImage ( ) : string
리턴 string

getIntro() 공개 메소드

public getIntro ( ) : string
리턴 string

getName() 공개 메소드

public getName ( ) : string
리턴 string

getSource() 공개 메소드

public getSource ( ) : string
리턴 string

getTags() 공개 메소드

public getTags ( ) : array
리턴 array

hasImage() 공개 메소드

public hasImage ( ) : boolean
리턴 boolean

setAuthor() 공개 메소드

public setAuthor ( string $author )
$author string

setContent() 공개 메소드

public setContent ( string $content )
$content string

setDate() 공개 메소드

public setDate ( DateTime $date )
$date DateTime

setExtra() 공개 메소드

public setExtra ( $key, $value )
$key
$value

setId() 공개 메소드

public setId ( string $itemId )
$itemId string

setImage() 공개 메소드

public setImage ( string $image )
$image string

setIntro() 공개 메소드

public setIntro ( string $intro )
$intro string

setName() 공개 메소드

public setName ( string $name )
$name string

setSource() 공개 메소드

public setSource ( string $source )
$source string

setTags() 공개 메소드

public setTags ( array $tags )
$tags array

프로퍼티 상세

$author 보호되어 있는 프로퍼티

protected string $author
리턴 string

$content 보호되어 있는 프로퍼티

protected string $content
리턴 string

$date 보호되어 있는 프로퍼티

protected DateTime $date
리턴 DateTime

$extra 보호되어 있는 프로퍼티

protected array $extra
리턴 array

$image 보호되어 있는 프로퍼티

protected string $image
리턴 string

$intro 보호되어 있는 프로퍼티

protected string $intro
리턴 string

$itemId 보호되어 있는 프로퍼티

protected string $itemId
리턴 string

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$source 보호되어 있는 프로퍼티

protected string $source
리턴 string

$tags 보호되어 있는 프로퍼티

protected array $tags
리턴 array