Overview

Packages

  • Horde
    • Data
  • None
  • Turba

Classes

  • Turba
  • Turba_Api
  • Turba_Driver
  • Turba_Driver_Facebook
  • Turba_Driver_Favourites
  • Turba_Driver_Group
  • Turba_Driver_Imsp
  • Turba_Driver_Kolab
  • Turba_Driver_Ldap
  • Turba_Driver_Prefs
  • Turba_Driver_Share
  • Turba_Driver_Sql
  • Turba_Driver_Vbook
  • Turba_Exception
  • Turba_Factory_Driver
  • Turba_Form_AddContact
  • Turba_Form_Contact
  • Turba_Form_ContactBase
  • Turba_Form_CreateAddressBook
  • Turba_Form_DeleteAddressBook
  • Turba_Form_EditAddressBook
  • Turba_Form_EditContact
  • Turba_Form_EditContactGroup
  • Turba_List
  • Turba_LoginTasks_SystemTask_Upgrade
  • Turba_Object
  • Turba_Object_Group
  • Turba_Test
  • Turba_View_Browse
  • Turba_View_Contact
  • Turba_View_DeleteContact
  • Turba_View_Duplicates
  • Turba_View_EditContact
  • Turba_View_List
  • Overview
  • Package
  • Class
  • Tree

Class Turba_Driver_Vbook

Turba directory driver implementation for virtual address books.

Copyright 2005-2012 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (ASL). If you did not receive this file, see http://www.horde.org/licenses/apache.

Turba_Driver implements Countable
Extended by Turba_Driver_Vbook
Package: Turba
Category: Horde
License: ASL
Author: Michael J. Rubinsky mrubinsk@horde.org
Located at Driver/Vbook.php
Methods summary
public
# __construct( string $name = '', array $params = array() )

Parameters

$name
Source name
$params
<p>Hash containing additional configuration parameters.</p>

Throws

Turba_Exception

See

Turba_Driver::__construct()

Overrides

Turba_Driver::__construct()
public boolean
# hasPermission( integer $perm )

Check to see if the currently logged in user has requested permissions.

Check to see if the currently logged in user has requested permissions.

Parameters

$perm
The permissions to check against.

Returns

boolean
True or False.

Overrides

Turba_Driver::hasPermission()
Methods inherited from Turba_Driver
add(), canAdd(), checkDefaultShare(), count(), createShare(), delete(), deleteAll(), fromASContact(), getBlobs(), getContactOwner(), getCriteria(), getFields(), getName(), getObject(), getObjects(), getParams(), getTimeObjectTurbaList(), hasCapability(), listTimeObjects(), makeSearch(), removeUserData(), save(), search(), searchDuplicates(), setContactOwner(), setSourceName(), toASContact(), toDriver(), toDriverKeys(), toHash(), toTurbaKeys(), tovCard()
Properties summary
public string $searchType

Search type for this virtual address book.

Search type for this virtual address book.

#
public array $searchCriteria

The search criteria that defines this virtual address book.

The search criteria that defines this virtual address book.

#
Properties inherited from Turba_Driver
$alternativeName, $approximate, $fields, $listNameField, $map, $strict, $tabs, $title
API documentation generated by ApiGen