Ignore:
Timestamp:
Jul 12, 2011, 10:56:58 AM (14 years ago)
Author:
cla
Message:

rdfint

  • prefix non-standard methods of rdfa::Data and rdfa::Projection with underscore
  • add note to description of rdfa::SparlEndpoint and rdfa::SparlQuery that they are no-standard as well
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/unittest/rdftestcases/unittest.php

    r7 r17  
    4646    $this->assertInstanceOf( '\rdfa\Data', $rdfaData);
    4747    $rdfaData->parse( $uri);
    48     return  $rdfaData->serialize( 'n3');
     48    return  $rdfaData->_serialize( 'n3');
    4949
    5050  } // private function _getSerializedData
Note: See TracChangeset for help on using the changeset viewer.