You are here

abstract public function SocialContent::getRows in Social Content 7.2

Get the rows to import.

Parameters

mixed $last_id: The id of the last import.

1 call to SocialContent::getRows()
SocialContent::import in ./social_content.class.inc
Do the import.
11 methods override SocialContent::getRows()
SocialContentFacebook::getRows in modules/facebook/social_content_facebook.class.inc
Get the rows to import.
SocialContentFlickr::getRows in modules/flickr/social_content_flickr.class.inc
Get the rows to import.
SocialContentInstagram::getRows in modules/instagram/social_content_instagram.class.inc
Get the rows to import.
SocialContentLinkedin::getRows in modules/linkedin/social_content_linkedin.class.inc
Get the rows to import.
SocialContentPicasa::getRows in modules/picasa/social_content_picasa.class.inc
Get the rows to import.

... See full list

File

./social_content.class.inc, line 752
Social Content class.

Class

SocialContent
TODO: Table names should be a property for ease of change Separate this class into smaller classes.

Code

public abstract function getRows($last_id = NULL);