protected function FBAutopost::getType in Facebook Autopost 7
Gets the publication type.
Return value
string The publication type.
1 call to FBAutopost::getType()
- FBAutopost::publish in class/
FBAutopost.php - Publishes content in the selected pages
File
- class/
FBAutopost.php, line 438
Class
- FBAutopost
- API class to handle common actions when autoposting This class uses FBAutopostException for error handling. Severity is passed resusing watchdog severity (See: http://api.drupal.org/api/drupal/includes%21bootstrap.inc/function/watch...)
Code
protected function getType() {
return $this->type;
}