[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/Feed/ -> FeedPageProcessor.php (summary)

(no description)

File Size: 215 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

FeedPageProcessor:: (11 methods):
  getURL()
  getBody()
  getCategory()
  getAbstract()
  getRev()
  getPrev()
  isExisting()
  getTitle()
  getMetaData()
  loadRevisions()
  getDiff()


Class: FeedPageProcessor  - X-Ref

Accept more or less arbitrary data to represent a page and provide lazy loading accessors
to all the data we need for feed generation.

getURL($linkto)   X-Ref
No description

getBody($content)   X-Ref
No description

getCategory()   X-Ref
No description

getAbstract()   X-Ref
Get the page abstract

return: string

getRev()   X-Ref
No description

getPrev()   X-Ref
Get the previous revision timestamp of this page

return: int|null The previous revision or null if there is none

isExisting()   X-Ref
Does this page exist?

return: bool

getTitle()   X-Ref
Get the title of this page

return: string

getMetaData()   X-Ref
Get the metadata of this page

return: array[]

loadRevisions()   X-Ref
Load the current and previous revision from the changelog

return: void

getDiff()   X-Ref
Get a diff between this and the previous revision

return: Diff