Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
List of posts retrived from the del.icio.us web service
int $_iteratorKey = '0'
array $_posts = 'array'
Zend_Service_Delicious $_service = ''
__construct(
Zend_Service_Delicious $service, DOMNodeList|array $posts
=
null
)
:
void
_addPost(
Zend_Service_Delicious_SimplePost $post
)
:
Zend_Service_Delicious_PostList
Add a post
_constructFromArray(
array $postList
)
:
void
Transforms the Array to array of posts
_constructFromNodeList(
DOMNodeList $nodeList
)
:
void
Transforms DOMNodeList to array of posts
count(
)
:
int
Return number of posts
Implement Countable::count()
current(
)
:
Zend_Service_Delicious_SimplePost
Return the current element
Implement Iterator::current()
key(
)
:
int
Return the key of the current element
Implement Iterator::key()
next(
)
:
void
Move forward to next element
Implement Iterator::next()
offsetExists(
int $offset
)
:
bool
Whether the offset exists
Implement ArrayAccess::offsetExists()
offsetGet(
int $offset
)
:
Zend_Service_Delicious_SimplePost
Return value at given offset
Implement ArrayAccess::offsetGet()
offsetSet(
int $offset, string $value
)
:
Throws exception because all values are read-only
Implement ArrayAccess::offsetSet()
offsetUnset(
int $offset
)
:
Throws exception because all values are read-only
Implement ArrayAccess::offsetUnset()
rewind(
)
:
void
Rewind the Iterator to the first element
Implement Iterator::rewind()
valid(
)
:
bool
Check if there is a current element after calls to rewind() or next()
Implement Iterator::valid()
withTag(
string $tag
)
:
Zend_Service_Delicious_PostList
Filter list by tag
withTags(
array $tags
)
:
Zend_Service_Delicious_PostList
Filter list by list of tags
withUrl(
string $regexp
)
:
Zend_Service_Delicious_PostList
Filter list by urls matching a regular expression