Horde_Core_ActiveSync_Connector::_getInterfaceFromCollectionId PHP Method

_getInterfaceFromCollectionId() protected method

Normalize the collection ids to interface names.
protected _getInterfaceFromCollectionId ( string $collection ) : string
$collection string The collection id e.g., @Notes@
return string The Horde interface name e.g., notes
    protected function _getInterfaceFromCollectionId($collection)
    {
        return Horde_String::lower(str_replace('@', '', $collection));
    }