Implements interfaces:
Zend_Service_Delicio is a concrete implementation of the del.icio.us web service
Located in /Service/Delicious/PostList.php (line 32)
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()
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::rewind()
Filter list by tag
Filter list by list of tags
Filter list by tag
Add a post
Documentation generated on Thu, 18 Jan 2007 10:01:12 -0800 by phpDocumentor 1.3.1