Doctrine\ODM\CouchDB\Types\IntegerType::convertToCouchDBValue PHP Метод

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

public convertToCouchDBValue ( $value )
    public function convertToCouchDBValue($value)
    {
        return (int) $value;
    }