convertToPHPValue() public method

public convertToPHPValue ( $value )
コード例 #1
0
ファイル: DateTimeTest.php プロジェクト: GromNaN/oxm
 public function testNullConversion()
 {
     $this->assertNull($this->_type->convertToPHPValue(null));
 }