Elgg\Application\Database::sanitizeInt PHP 메소드

sanitizeInt() 공개 메소드

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