PHP 클래스 Horde_Service_Facebook_Request_Base, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/)
저자: Michael J. Rubinsky ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_facebook Horde_Service_Facebook
$_http Horde_Http_Client
$_method string The current method being processed.
$_params array The method parameters for the current method call.

공개 메소드들

메소드 설명
__construct ( Horde_Service_Facebook $facebook, string $method, array $params = [] ) Const'r
run ( ) : array Run this request and return the data.
upload ( array $options = [] ) Perform a multipart/form-data upload.

메소드 상세

__construct() 공개 메소드

Const'r
public __construct ( Horde_Service_Facebook $facebook, string $method, array $params = [] )
$facebook Horde_Service_Facebook
$method string
$params array

run() 추상적인 공개 메소드

Run this request and return the data.
abstract public run ( ) : array
리턴 array The results of the request.

upload() 추상적인 공개 메소드

Perform a multipart/form-data upload.
abstract public upload ( array $options = [] )
$options array An options array: - params: (array) Form parameters to pass - file: (string) Local path to the file

프로퍼티 상세

$_facebook 보호되어 있는 프로퍼티

protected Horde_Service_Facebook $_facebook
리턴 Horde_Service_Facebook

$_http 보호되어 있는 프로퍼티

protected Horde_Http_Client $_http
리턴 Horde_Http_Client

$_method 보호되어 있는 프로퍼티

The current method being processed.
protected string $_method
리턴 string

$_params 보호되어 있는 프로퍼티

The method parameters for the current method call.
protected array $_params
리턴 array