convertToXmlValue() 공개 메소드

public convertToXmlValue ( $value )
예제 #1
0
파일: DateTest.php 프로젝트: doctrine/oxm
 public function testDateConvertsToDatabaseValue()
 {
     $this->assertTrue(is_string($this->_type->convertToXmlValue(new \DateTime())));
 }