Overview

Packages

  • None
  • Service
    • Facebook

Classes

  • Horde_Service_Facebook_Auth
  • Horde_Service_Facebook_Base
  • Horde_Service_Facebook_BatchRequest
  • Horde_Service_Facebook_ErrorCodes
  • Horde_Service_Facebook_Events
  • Horde_Service_Facebook_Exception
  • Horde_Service_Facebook_Fql
  • Horde_Service_Facebook_Friends
  • Horde_Service_Facebook_Groups
  • Horde_Service_Facebook_Links
  • Horde_Service_Facebook_Notes
  • Horde_Service_Facebook_Notifications
  • Horde_Service_Facebook_Photos
  • Horde_Service_Facebook_Request
  • Horde_Service_Facebook_Streams
  • Horde_Service_Facebook_Translation
  • Horde_Service_Facebook_UploadRequest
  • Horde_Service_Facebook_Users
  • Horde_Service_Facebook_Videos
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Service_Facebook_BatchRequest

Horde_Service_Facebook_BatchRequest::

Copyright 2009-2012 Horde LLC (http://www.horde.org/)

Horde_Service_Facebook_Request
Extended by Horde_Service_Facebook_BatchRequest
Package: Service\Facebook
Category: Horde
Author: Michael J. Rubinsky mrubinsk@horde.org
Located at Horde/Service/Facebook/BatchRequest.php
Methods summary
public
# __construct( Horde_Service_Facebook $facebook )

Constructor

Constructor

Parameters

$facebook

Overrides

Horde_Service_Facebook_Request::__construct()
public mixed &
# add( string $method, array $params )

Add a method call to the queue

Add a method call to the queue

Parameters

$method
The API method to call.
$params
The API method parameters.

Returns

mixed

Returns a reference to the results that will be produced when the batch is run. This reference should be saved until after the batch is run and the results can be examined.

public
# run( )

Execute a set of batch operations.

Execute a set of batch operations.

Throws

Horde_Service_Facebook_Exception

Overrides

Horde_Service_Facebook_Request::run()
Constants summary
integer BATCH_MODE_DEFAULT

BATCH_MODE constants *

BATCH_MODE constants *

# 0
integer BATCH_MODE_SERVER_PARALLEL
# 0
integer BATCH_MODE_SERIAL_ONLY
# 2
API documentation generated by ApiGen