![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Factory for reply helper. More...
Public Member Functions | |
__construct (AfsTextVisitorInterface $visitor=null) | |
Constructs new factory instance. | |
create ($feed, $reply) | |
Creates appropriate reply helper. | |
create_replies ($feed, $replies) | |
Creates list of reply helpers. |
Factory for reply helper.
__construct | ( | AfsTextVisitorInterface | $visitor = null | ) |
Constructs new factory instance.
$visitor | [in] visitor used to format title and client data texts. |
create | ( | $feed, | |
$reply | |||
) |
Creates appropriate reply helper.
$feed | [in] name of the feed reply. |
$reply | [in] JSON decoded reply used to initialize the helper. |
create_replies | ( | $feed, | |
$replies | |||
) |
Creates list of reply helpers.
$feed | [in] name of the feed reply. |
$replies | [in] JSON decoded object which may contain replies. |