Implements interfaces:
List of posts retrived from the del.icio.us web service
Located in /Service/Delicious/PostList.php (line 34)
Return number of posts
Implement Countable::count()
Return the current element
Implement Iterator::current()
Return the key of the current element
Implement Iterator::key()
Move forward to next element
Implement Iterator::next()
Whether the offset exists
Implement ArrayAccess::offsetExists()
Return value at given offset
Implement ArrayAccess::offsetGet()
Throws exception because all values are read-only
Implement ArrayAccess::offsetSet()
Throws exception because all values are read-only
Implement ArrayAccess::offsetUnset()
Rewind the Iterator to the first element
Implement Iterator::rewind()
Check if there is a current element after calls to rewind() or next()
Implement Iterator::valid()
Filter list by tag
Filter list by list of tags
Filter list by urls matching a regular expression
Add a post
Documentation generated on Sun, 27 May 2007 23:26:47 -0700 by phpDocumentor 1.3.2