Zend_Service_Delicious_PostListImplements interfaces:
Zend_Service_Delicio is a concrete implementation of the del.icio.us web service
Located in /Service/Delicious/PostList.php (line 32)
Zend_Service_Delicious_PostList
__construct
(Zend_Service_Delicious $service, [ $posts = null], DOMNodeList $nodeList)
int
$_iteratorKey
= 0 (line 44)
array
$_posts
= array() (line 36)
Zend_Service_Delicious
$_service
(line 40)
Constructor __construct (line 51)
count (line 150)
Return number of posts
Implement Countable::count
current (line 160)
Return the current element Implement Iterator::current()
key (line 170)
Return the key of the current element Implement Iterator::key()
next (line 178)
Move forward to next element.
Implement Iterator::next()
offsetExists (line 210)
Whether the offset exists Implement ArrayAccess::offsetExists()
offsetGet (line 220)
Value at given offset Implement ArrayAccess::offsetGet()
offsetSet (line 232)
Throws exception because all values are read-only
Implement ArrayAccess::offsetSet()
offsetUnset (line 240)
Throws exception because all values are read-only
Implement ArrayAccess::offsetUnset()
rewind (line 186)
Rewind the Iterator to the first element
Implement Iterator::rewind()
valid (line 194)
Check if there is a current element after calls to rewind() or next().
Implement Iterator::rewind()
withTag (line 125)
Filter list by tag
withTags (line 105)
Filter list by list of tags
withUrl (line 134)
Filter list by tag
_addPost (line 93)
Add a post
Documentation generated on Wed, 21 Feb 2007 12:02:48 -0800 by phpDocumentor 1.3.1