Campustream 1.0
A social network MQP for WPI
|
Public Member Functions | |
__construct (array $servers, array $options=array()) | |
client () | |
add ($source_id, $graph, $destination_ids) | |
remove ($source_id, $graph, $destination_ids) | |
archive ($source_id, $graph, $destination_ids) | |
update ($method, Phlock_QueryTerm $term, $priority=Flock_Priority::High) | |
contains ($source_id, $graph, $destination_id) | |
size ($source_id, $graph, $destination_ids) | |
select ($source_id, $graph, $destination_ids) | |
createQueryTerm ($source, $graph, $destination) |
Definition at line 10 of file Phlock.php.
__construct | ( | array $ | servers, |
array $ | options = array() |
||
) |
Definition at line 17 of file Phlock.php.
add | ( | $ | source_id, |
$ | graph, | ||
$ | destination_ids | ||
) |
Definition at line 37 of file Phlock.php.
archive | ( | $ | source_id, |
$ | graph, | ||
$ | destination_ids | ||
) |
Definition at line 47 of file Phlock.php.
client | ( | ) |
Definition at line 24 of file Phlock.php.
contains | ( | $ | source_id, |
$ | graph, | ||
$ | destination_id | ||
) |
Definition at line 59 of file Phlock.php.
createQueryTerm | ( | $ | source, |
$ | graph, | ||
$ | destination | ||
) |
Definition at line 74 of file Phlock.php.
remove | ( | $ | source_id, |
$ | graph, | ||
$ | destination_ids | ||
) |
Definition at line 42 of file Phlock.php.
select | ( | $ | source_id, |
$ | graph, | ||
$ | destination_ids | ||
) |
Definition at line 69 of file Phlock.php.
size | ( | $ | source_id, |
$ | graph, | ||
$ | destination_ids | ||
) |
Definition at line 64 of file Phlock.php.
update | ( | $ | method, |
Phlock_QueryTerm $ | term, | ||
$ | priority = Flock_Priority::High |
||
) |
Definition at line 52 of file Phlock.php.