Horde_Kolab_Server_Factory::getBindings PHP Méthode

getBindings() public méthode

Return the suggested interface bindings for the Kolab Server components.
public getBindings ( ) : array
Résultat 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'));
    }