PHP Class Kronolith_Tagger, horde
Copyright 2009-2016 Horde LLC (http://www.horde.org/)
显示文件
Open project: horde/horde
Class Usage Examples
Protected Properties
Public Methods
Method |
Description |
|
search ( array $tags, array $filter = [] ) : A |
Searches for resources that are tagged with all of the requested tags. |
|
Method Details
Searches for resources that are tagged with all of the requested tags.
public search ( array $tags, array $filter = [] ) : A |
$tags |
array |
Either a tag_id, tag_name or an array. |
$filter |
array |
Array of filter parameters.
- type (string) - only return either events or
calendars, not both.
- user (array) - only include objects owned by
these users.
- calendar (array) - restrict to events contained
in these calendars. |
return |
A |
hash of 'calendars' and 'events' that each contain an array
of calendar_ids and event_uids respectively. |
Property Details
$_app protected_oe property
$_types protected_oe property