Method |
Description |
|
__construct ( $name = null, $id = null, $cachenamePrefix = null, $comments = null ) |
|
|
__sleep ( ) |
|
|
cachename ( ) |
|
|
count ( $c = null ) |
Recursively count how many comments are in the $comments member |
|
countApproved ( $topological = true ) |
|
|
countShadowed ( ) |
Number of comments which are approved -- by their parent comments are
not -- thus they are topologically speaking shadowed, or hidden. |
|
countSpam ( ) |
|
|
countUnapproved ( $excluding_spam = true ) |
|
|
find ( $cachenamePrefix ) |
|
|
getIterator ( $onlyApproved = true ) |
# implementation of IteratorAggregate |
|
reload ( $data, $commits ) |
|
|
toBlob ( ) |
|
|