Horde_Kolab_Server_Factory::getBindings PHP Method

getBindings() public method

Return the suggested interface bindings for the Kolab Server components.
public getBindings ( ) : array
return array The bindings.
    public function getBindings()
    {
        return array(array('Horde_Kolab_Server_Objects_Interface', 'Horde_Kolab_Server_Objects_Base'), array('Horde_Kolab_Server_Search_Interface', 'Horde_Kolab_Server_Search_Base'), array('Horde_Kolab_Server_Schema_Interface', 'Horde_Kolab_Server_Schema_Base'));
    }