PHP Class FastFeed\Item

Afficher le fichier Open project: fastfeed/fastfeed Class Usage Examples

Protected Properties

Свойство Type Description
$author string
$content string
$date DateTime
$extra array
$image string
$intro string
$itemId string
$name string
$source string
$tags array

Méthodes publiques

Méthode Description
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 )

Method Details

addTag() public méthode

public addTag ( string $tag )
$tag string

getAuthor() public méthode

public getAuthor ( ) : string
Résultat string

getContent() public méthode

public getContent ( ) : string
Résultat string

getDate() public méthode

public getDate ( ) : DateTime
Résultat DateTime

getExtra() public méthode

public getExtra ( $key ) : boolean
$key
Résultat boolean

getId() public méthode

public getId ( ) : string
Résultat string

getImage() public méthode

public getImage ( ) : string
Résultat string

getIntro() public méthode

public getIntro ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getSource() public méthode

public getSource ( ) : string
Résultat string

getTags() public méthode

public getTags ( ) : array
Résultat array

hasImage() public méthode

public hasImage ( ) : boolean
Résultat boolean

setAuthor() public méthode

public setAuthor ( string $author )
$author string

setContent() public méthode

public setContent ( string $content )
$content string

setDate() public méthode

public setDate ( DateTime $date )
$date DateTime

setExtra() public méthode

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

setId() public méthode

public setId ( string $itemId )
$itemId string

setImage() public méthode

public setImage ( string $image )
$image string

setIntro() public méthode

public setIntro ( string $intro )
$intro string

setName() public méthode

public setName ( string $name )
$name string

setSource() public méthode

public setSource ( string $source )
$source string

setTags() public méthode

public setTags ( array $tags )
$tags array

Property Details

$author protected_oe property

protected string $author
Résultat string

$content protected_oe property

protected string $content
Résultat string

$date protected_oe property

protected DateTime $date
Résultat DateTime

$extra protected_oe property

protected array $extra
Résultat array

$image protected_oe property

protected string $image
Résultat string

$intro protected_oe property

protected string $intro
Résultat string

$itemId protected_oe property

protected string $itemId
Résultat string

$name protected_oe property

protected string $name
Résultat string

$source protected_oe property

protected string $source
Résultat string

$tags protected_oe property

protected array $tags
Résultat array