![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Helper for Promote replies. More...
Public Member Functions | |
__construct ($reply_set, AfsHelperConfiguration $config) | |
Construct new Promote replyset helper instance. | |
![]() | |
__construct ($reply_set, AfsHelperConfiguration $config, AfsReplyHelperFactory $factory) | |
Construct new replyset helper instance. | |
get_meta () | |
Retrieves meta data object. | |
has_reply () | |
Checks whether reply set contains at least one reply. | |
get_nb_replies () | |
Retrieve number of replies for current page. | |
get_replies () | |
Retrieves all replies of current page. | |
format () | |
Retrieves replyset as array. | |
![]() | |
__get ($name) | |
Simple property helper. |
Helper for Promote replies.
This helper is very similar to AfsReplysetHelper.
This helper gives access to underlying helpers for metadata, replies, factes and pager (if any).
__construct | ( | $reply_set, | |
AfsHelperConfiguration | $config | ||
) |
Construct new Promote replyset helper instance.
$reply_set | [in] one reply from decoded json reply. |
$config | [in] helper configuration object. |