convertToPHPValue() public method

public convertToPHPValue ( $value )
Example #1
0
 public function testIntegerNullConvertsToPHPValue()
 {
     $this->assertNull($this->_type->convertToPHPValue(null));
 }