convertToPHPValue() 공개 메소드

public convertToPHPValue ( $value )
예제 #1
0
파일: DateTest.php 프로젝트: doctrine/oxm
 public function testNullConversion()
 {
     $this->assertNull($this->_type->convertToPHPValue(null));
 }