Ignore:
Timestamp:
Jul 12, 2011, 6:39:33 PM (14 years ago)
Author:
cla
Message:

rdfint

  • prefix non-standard methods rdfa::Data::_setValue with an underscore
File:
1 edited

Legend:

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

    r21 r23  
    6464
    6565    // use basic API to write new property value
    66     $result = $this->rdfaData->setValue( $uriPerson, 'foaf:mbox', $uriMailbox, 'URI');
     66    $result = $this->rdfaData->_setValue( $uriPerson, 'foaf:mbox', $uriMailbox, 'URI');
    6767    $this->assertEquals( $result, true);
    6868
Note: See TracChangeset for help on using the changeset viewer.