PHP 클래스 Horde_Ajax_Application_FacebookHandler, horde

상속: extends Horde_Core_Ajax_Application_Handler
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
facebookAddLike ( ) : [type] Like a status - post_id:
facebookGetStream ( ) : [type] - count: - filter: - oldest: - newest: - instance:
facebookUpdateStatus ( ) : string Update Facebook status.

보호된 메소드들

메소드 설명
_buildPost ( stdClass $post ) : string Build the Horde_View object for a FB Post.
_error ( $e )
_getFacebookObject ( )

메소드 상세

_buildPost() 보호된 메소드

Build the Horde_View object for a FB Post.
protected _buildPost ( stdClass $post ) : string
$post stdClass The Facebook post object.
리턴 string The HTML to render the $post.

_error() 보호된 메소드

protected _error ( $e )

_getFacebookObject() 보호된 메소드

protected _getFacebookObject ( )

facebookAddLike() 공개 메소드

Like a status - post_id:
public facebookAddLike ( ) : [type]
리턴 [type]

facebookGetStream() 공개 메소드

- count: - filter: - oldest: - newest: - instance:
public facebookGetStream ( ) : [type]
리턴 [type]

facebookUpdateStatus() 공개 메소드

- statusText: - instance:
public facebookUpdateStatus ( ) : string
리턴 string HTML for the post.