![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Public Member Functions | |
__construct ($reply) | |
Constructs new instance. | |
get_url () | |
get_image_url () | |
get_type () | |
get the current promote instance type, types are default, banner or redirect | |
![]() | |
get_custom_data ($key=null) | |
Retrieves custom data from promote reply. To call this method, get_type should return 'default'. | |
![]() | |
__construct ($reply, AfsTextVisitorInterface $visitor) | |
Constructs new instance. | |
get_title () | |
Retrieves formatted title reply. | |
get_abstract () | |
Retrieves formatted abstract reply. | |
get_uri () | |
Retrieves URI of the document. | |
format () | |
Retrieves reply data as array. | |
![]() | |
__get ($name) | |
Simple property helper. |
Created by PhpStorm. User: ct Date: 2/13/15 Time: 11:04 AM
__construct | ( | $reply | ) |
Constructs new instance.
$reply | [in] one reply used to initialize the instance. |
Reimplemented from AfsPromoteReplyHelper.
get_image_url | ( | ) |
get_type | ( | ) |
get the current promote instance type, types are default, banner or redirect
Reimplemented from AfsPromoteReplyHelper.
get_url | ( | ) |