Overview

Namespaces

  • FastFeed
    • Aggregator
    • Cache
    • Exception
    • Logger
    • Parser
    • Processor
  • PHP

Classes

  • Factory
  • FastFeed
  • Item

Interfaces

  • FastFeedInterface
  • Overview
  • Namespace
  • Class
  • Tree

Class Item

Node

Namespace: FastFeed
Located at src/Item.php
Methods summary
public
# setId( string $itemId )

Parameters

$itemId
string
$itemId
public string
# getId( )

Returns

string
public string
# getContent( )

Returns

string
public
# setName( string $name )

Parameters

$name
string
$name
public
# setIntro( string $intro )

Parameters

$intro
string
$intro
public string
# getIntro( )

Returns

string
public
# setContent( string $content )

Parameters

$content
string
$content
public string
# getName( )

Returns

string
public boolean
# hasImage( )

Returns

boolean
public
# setImage( string $image )

Parameters

$image
string
$image
public string
# getImage( )

Returns

string
public
# addTag( string $tag )

Parameters

$tag
string
$tag
public
# setTags( array $tags )

Parameters

$tags
array
$tags
public array
# getTags( )

Returns

array
public
# setSource( string $source )

Parameters

$source
string
$source
public string
# getSource( )

Returns

string
public
# setAuthor( string $author )

Parameters

$author
string
$author
public string
# getAuthor( )

Returns

string
public
# setDate( DateTime $date )

Parameters

$date
DateTime
$date
public DateTime
# getDate( )

Returns

DateTime
public
# setExtra( mixed $key, mixed $value )

Parameters

$key
mixed
$key
$value
mixed
$value
public boolean
# getExtra( mixed $key )

Parameters

$key
mixed
$key

Returns

boolean
Properties summary
protected string $itemId
#
protected string $name
#
protected string $intro
#
protected string $content
#
protected string $source
#
protected string $author
#
protected string $image
#
protected DateTime $date
#
protected array $extra array()
#
protected array $tags array()
#
API documentation generated by ApiGen 2.8.0