convertToPHPValue() публичный Метод

public convertToPHPValue ( $value )
Пример #1
0
 public function testIntegerNullConvertsToPHPValue()
 {
     $this->assertNull($this->_type->convertToPHPValue(null));
 }