|
| discover ($channel, $location) |
|
| deliver ($item, $channel, $recipients) |
|
| collect ($channel, $connection) |
|
| change_permissions ($permissions, $channel, $recipient) |
|
| acknowledge_permissions ($permissions, $channel, $recipient) |
|
| deliver_private ($item, $channel, $recipients) |
|
| collect_private ($channel, $connection) |
|
ProtoDriver::acknowledge_permissions |
( |
|
$permissions, |
|
|
|
$channel, |
|
|
|
$recipient |
|
) |
| |
|
abstractprotected |
ProtoDriver::change_permissions |
( |
|
$permissions, |
|
|
|
$channel, |
|
|
|
$recipient |
|
) |
| |
|
abstractprotected |
ProtoDriver::collect |
( |
|
$channel, |
|
|
|
$connection |
|
) |
| |
|
abstractprotected |
ProtoDriver::collect_private |
( |
|
$channel, |
|
|
|
$connection |
|
) |
| |
|
abstractprotected |
ProtoDriver::deliver |
( |
|
$item, |
|
|
|
$channel, |
|
|
|
$recipients |
|
) |
| |
|
abstractprotected |
ProtoDriver::deliver_private |
( |
|
$item, |
|
|
|
$channel, |
|
|
|
$recipients |
|
) |
| |
|
abstractprotected |
ProtoDriver::discover |
( |
|
$channel, |
|
|
|
$location |
|
) |
| |
|
abstractprotected |
The documentation for this class was generated from the following file: