Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Service_Delicious $service, $posts=null) | |
withTags (array $tags) | |
Filter list by list of tags. | |
withTag ($tag) | |
Filter list by tag. | |
withUrl ($regexp) | |
Filter list by urls matching a regular expression. | |
count () | |
Return number of posts. | |
current () | |
Return the current element. | |
key () | |
Return the key of the current element. | |
next () | |
Move forward to next element. | |
rewind () | |
Rewind the Iterator to the first element. | |
valid () | |
Check if there is a current element after calls to rewind() or next() | |
offsetExists ($offset) | |
Whether the offset exists. | |
offsetGet ($offset) | |
Return value at given offset. | |
offsetSet ($offset, $value) | |
Throws exception because all values are read-only. | |
offsetUnset ($offset) | |
Throws exception because all values are read-only. | |
Protected Member Functions | |
_addPost (Zend_Service_Delicious_SimplePost $post) | |
Add a post. | |
Protected Attributes | |
$_posts = array() | |
$_service | |
$_iteratorKey = 0 | |
__construct | ( | Zend_Service_Delicious | $service, |
$posts = null |
|||
) |
Zend_Service_Delicious | $service | Service that has downloaded the post |
DOMNodeList | array | $posts |
|
protected |
Add a post.
Zend_Service_Delicious_SimplePost | $post |
count | ( | ) |
Return number of posts.
Implement Countable::count()
current | ( | ) |
int Iterator key | ( | ) |
Return the key of the current element.
Implement Iterator::key()
next | ( | ) |
Move forward to next element.
Implement Iterator::next()
offsetExists | ( | $offset | ) |
Whether the offset exists.
Implement ArrayAccess::offsetExists()
int | $offset |
offsetGet | ( | $offset | ) |
Return value at given offset.
Implement ArrayAccess::offsetGet()
int | $offset |
OutOfBoundsException |
offsetSet | ( | $offset, | |
$value | |||
) |
Throws exception because all values are read-only.
Implement ArrayAccess::offsetSet()
int | $offset | |
string | $value |
Zend_Service_Delicious_Exception |
offsetUnset | ( | $offset | ) |
Throws exception because all values are read-only.
Implement ArrayAccess::offsetUnset()
int | $offset |
Zend_Service_Delicious_Exception |
rewind | ( | ) |
Rewind the Iterator to the first element.
Implement Iterator::rewind()
valid | ( | ) |
withTag | ( | $tag | ) |
withTags | ( | array | $tags | ) |
withUrl | ( | $regexp | ) |
Filter list by urls matching a regular expression.
string | $regexp |
|
protected |
|
protected |
|
protected |