convertToXmlValue() public method

public convertToXmlValue ( $value )
Exemplo n.º 1
0
 public function testTimeConvertsToDatabaseValue()
 {
     $this->assertInternalType('string', $this->_type->convertToXmlValue(new \DateTime()));
 }