KWeb  6.4
KWebAggregator_FaceBook_Wall Class Reference
Inheritance diagram for KWebAggregator_FaceBook_Wall:
KWebAggregator_FaceBook KWebAggregator

Public Member Functions

 __construct ($id)
 fetchItems ()
 Returns an array of fetched items.

Data Fields

 $wallSourceId
 Post recipient.
 $wallAuthorId
 Post author.
 $privacyMatch = null

Constructor & Destructor Documentation

KWebAggregator_FaceBook_Wall::__construct ( id)

Reimplemented from KWebAggregator_FaceBook.


Member Function Documentation

KWebAggregator_FaceBook_Wall::fetchItems ( )

Returns an array of fetched items.

These are not KWebItem objects, but just representation of fetched data in a common format.

Every item should be an array (or array accessible object) with minimum fields:

  • id - ID of an item
    • item_type - type of an item (will be matched with $rules) And optional:
    • item_parent_id - ID of this item's parent
    • item_update - TRUE if update should be updated if it already exists (otherwise existing items will be skipped)

Other fields dependent on used aggregator.

Returns:
array(id, item_type)

Reimplemented from KWebAggregator.


Field Documentation

KWebAggregator_FaceBook_Wall::$privacyMatch = null
KWebAggregator_FaceBook_Wall::$wallAuthorId

Post author.

KWebAggregator_FaceBook_Wall::$wallSourceId

Post recipient.

To see the user's/page's wall set only this identifier


The documentation for this class was generated from the following file: