Horde_SyncMl_Device_sync4j::useCdataTag PHP 메소드

useCdataTag() 공개 메소드

The Funambol Sync4j client chokes on the cdata so for this device it has to be set to false. Syn4j uses base64 encoding and so the problems with escaping does not occur.
public useCdataTag ( )
    public function useCdataTag()
    {
        return false;
    }