Elgg\Application\Database::sanitizeInt PHP Method

sanitizeInt() public method

public sanitizeInt ( $value, $signed = true )
    public function sanitizeInt($value, $signed = true)
    {
        return $this->db->sanitizeInt($value, $signed);
    }