convertToPHPValue() public method

public convertToPHPValue ( $value )
示例#1
0
文件: TimeTest.php 项目: doctrine/oxm
 public function testNullConversion()
 {
     $this->assertNull($this->_type->convertToPHPValue(null));
 }