Class jResponseAtom10

Description

Atom 1.0 response

Known limitations : only text in the title, and only name in categories

Located in /core/response/jResponseAtom10.class.php (line 28)

jResponse
   |
   --jResponseXMLFeed
      |
      --jResponseAtom10
Variable Summary
mixed $_type
Method Summary
void __construct ()
jXMLFeedItem createItem (string $title, string $link, string $date)
boolean output ()
Variables
Methods
Constructor __construct (line 37)

Class constructor

void __construct ()

Redefinition of:
jResponseXMLFeed::__construct()
Class constructor
createItem (line 81)

create a new item

  • access: public
jXMLFeedItem createItem (string $title, string $link, string $date)
  • string $title: the item title
  • string $link: the link
  • string $date: the date of the item

Redefinition of:
jResponseXMLFeed::createItem()
create a new item
output (line 51)

Generate the content and send it

Errors are managed

  • return: true if generation is ok, else false
  • access: public
boolean output ()

Redefinition of:
jResponse::output()
Send the response in the correct format. If errors or exceptions appears during this method, outputErrors will be called. So the the content should be generated using the output buffer if errors can be appeared during this generation. Be care of http headers.

Inherited Methods

Inherited From jResponseXMLFeed

jResponseXMLFeed::__construct()
jResponseXMLFeed::addItem()
jResponseXMLFeed::addOptionals()
jResponseXMLFeed::addXSLStyleSheet()
jResponseXMLFeed::createItem()
jResponseXMLFeed::_outputOptionals()
jResponseXMLFeed::_outputXmlHeader()

Inherited From jResponse

jResponse::__construct()
jResponse::addHttpHeader()
jResponse::clearHttpHeaders()
jResponse::getFormatType()
jResponse::getType()
jResponse::output()
jResponse::outputErrors()
jResponse::sendHttpHeaders()
jResponse::setHttpStatus()

Documentation generated on Wed, 24 Sep 2014 22:01:18 +0200 by phpDocumentor 1.4.3